Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Fuchsia | B96ECF | #B96ECF | 185, 110, 207 | 72.55, 43.14, 81.18 | 10.63, 46.86, 0, 18.82 | 286.39175257732, 46.859903381643, 81.176470588235 |
Color #b96ecf is Fuchsia. In RGB: 72.55, 43.14, 81.18. In CMYK: 10.63, 46.86, 0, 18.82.
div { background: #b96ecf; color: #000; }
div { background: #b96ecf; color: #fff; }
div { background: linear-gradient(to bottom, #9D54B3 0%, #D688EB 100%); color: #000; }
div { background: linear-gradient(to bottom, #D688EB 0%, #9D54B3 100%); color: #000; }
div { background: linear-gradient(to bottom, #9D54B3 0%, #D688EB 100%); color: #fff; }
div { background: linear-gradient(to bottom, #D688EB 0%, #9D54B3 100%); color: #fff; }
div { border: 1px solid #b96ecf; }
div { border: 5px solid #b96ecf; }
div { border: 1px dashed #b96ecf; }
div { border: 5px dashed #b96ecf; }
div { border: 1px dotted #b96ecf; }
div { border: 5px dotted #b96ecf; }