Shades of Deep Magenta #B806CF
Tints of Deep Magenta #B806CF
RGB
CMYK
RGB Variations
Color information
#B806CF (or 0xB806CF) is known color: Deep Magenta. HEX triplet: B8, 06 and CF. RGB value is (184,6,207). Sum of RGB (Red+Green+Blue) = 184+6+207=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 6 (2.73% from 255 or 1.51% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #B806CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B806CF is #47F930. Grayscale: #515151. Windows color (decimal): -4716849 or 13567672. OLE color: 13567672.
HSL color Cylindrical-coordinate representation of color #B806CF: hue angle of 293.13º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B806CF is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 6 | 207 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.19 |
| HSL | 293.13º | 0.94% | 0.42% | - |
| HSV(B) | 293.13º | 0.97% | 0.81% | - |
| XYZ | 31.09 | 14.83 | 60.25 | - |
| YUV | 82.14 | 198.47 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 6 | 207 | 0.11 | 0.97 | 0 | 0.19 | 293.13 | 0.94 | 0.42 |
| Hex | B8 | 6 | CF | B | 61 | 0 | 13 | 125 | 5E | 2A |
| Octal | 270 | 6 | 317 | 13 | 141 | 0 | 23 | 445 | 136 | 52 |
| Binary | 10111000 | 110 | 11001111 | 1011 | 1100001 | 0 | 10011 | 100100101 | 1011110 | 101010 |
Color Harmonies of #B806CF
Complementary color
Monochromatic Colors of #B806CF
Black with #B806CF
Text Example
Text Example
White with #B806CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B806CF; }
p { color: rgb(184,6,207); }
H1.HeaderClassName
{
color: #B806CF;
}
.AnyTagClassName
{
color: #B806CF;
}
</style>
background-color css
<style>
a { background-color: #B806CF; }
a { background-color: rgb(184,6,207); }
div.DivClassName
{
background-color: #B806CF;
}
.BgClassName
{
background-color: #B806CF;
}
</style>
border-color css
<style>
span { border-color: #B806CF; }
span { border-color: rgb(184,6,207); }
td.TdClassName
{
border-color: #B806CF;
}
.TagClassName
{
border-color: #B806CF;
}
</style>