Shades of Deep Magenta #B806CE
Tints of Deep Magenta #B806CE
RGB
CMYK
RGB Variations
Color information
#B806CE (or 0xB806CE) is known color: Deep Magenta. HEX triplet: B8, 06 and CE. RGB value is (184,6,206). Sum of RGB (Red+Green+Blue) = 184+6+206=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 6 (2.73% from 255 or 1.52% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #B806CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B806CE is #47F931. Grayscale: #515151. Windows color (decimal): -4716850 or 13502136. OLE color: 13502136.
HSL color Cylindrical-coordinate representation of color #B806CE: hue angle of 293.4º 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 #B806CE is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 6 | 206 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.19 |
| HSL | 293.4º | 0.94% | 0.42% | - |
| HSV(B) | 293.4º | 0.97% | 0.81% | - |
| XYZ | 30.97 | 14.78 | 59.61 | - |
| YUV | 82.02 | 197.97 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 6 | 206 | 0.11 | 0.97 | 0 | 0.19 | 293.4 | 0.94 | 0.42 |
| Hex | B8 | 6 | CE | B | 61 | 0 | 13 | 125 | 5E | 2A |
| Octal | 270 | 6 | 316 | 13 | 141 | 0 | 23 | 445 | 136 | 52 |
| Binary | 10111000 | 110 | 11001110 | 1011 | 1100001 | 0 | 10011 | 100100101 | 1011110 | 101010 |
Color Harmonies of #B806CE
Complementary color
Monochromatic Colors of #B806CE
Black with #B806CE
Text Example
Text Example
White with #B806CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B806CE; }
p { color: rgb(184,6,206); }
H1.HeaderClassName
{
color: #B806CE;
}
.AnyTagClassName
{
color: #B806CE;
}
</style>
background-color css
<style>
a { background-color: #B806CE; }
a { background-color: rgb(184,6,206); }
div.DivClassName
{
background-color: #B806CE;
}
.BgClassName
{
background-color: #B806CE;
}
</style>
border-color css
<style>
span { border-color: #B806CE; }
span { border-color: rgb(184,6,206); }
td.TdClassName
{
border-color: #B806CE;
}
.TagClassName
{
border-color: #B806CE;
}
</style>