Shades of Deep Magenta #BB06CE
Tints of Deep Magenta #BB06CE
RGB
CMYK
RGB Variations
Color information
#BB06CE (or 0xBB06CE) is known color: Deep Magenta. HEX triplet: BB, 06 and CE. RGB value is (187,6,206). Sum of RGB (Red+Green+Blue) = 187+6+206=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 6 (2.73% from 255 or 1.50% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB06CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB06CE is #44F931. Grayscale: #525252. Windows color (decimal): -4520242 or 13502139. OLE color: 13502139.
HSL color Cylindrical-coordinate representation of color #BB06CE: hue angle of 294.3º 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 #BB06CE is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 6 | 206 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.19 |
| HSL | 294.3º | 0.94% | 0.42% | - |
| HSV(B) | 294.3º | 0.97% | 0.81% | - |
| XYZ | 31.7 | 15.15 | 59.65 | - |
| YUV | 82.92 | 197.47 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 6 | 206 | 0.09 | 0.97 | 0 | 0.19 | 294.3 | 0.94 | 0.42 |
| Hex | BB | 6 | CE | 9 | 61 | 0 | 13 | 126 | 5E | 2A |
| Octal | 273 | 6 | 316 | 11 | 141 | 0 | 23 | 446 | 136 | 52 |
| Binary | 10111011 | 110 | 11001110 | 1001 | 1100001 | 0 | 10011 | 100100110 | 1011110 | 101010 |
Color Harmonies of #BB06CE
Complementary color
Monochromatic Colors of #BB06CE
Black with #BB06CE
Text Example
Text Example
White with #BB06CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB06CE; }
p { color: rgb(187,6,206); }
H1.HeaderClassName
{
color: #BB06CE;
}
.AnyTagClassName
{
color: #BB06CE;
}
</style>
background-color css
<style>
a { background-color: #BB06CE; }
a { background-color: rgb(187,6,206); }
div.DivClassName
{
background-color: #BB06CE;
}
.BgClassName
{
background-color: #BB06CE;
}
</style>
border-color css
<style>
span { border-color: #BB06CE; }
span { border-color: rgb(187,6,206); }
td.TdClassName
{
border-color: #BB06CE;
}
.TagClassName
{
border-color: #BB06CE;
}
</style>