Shades of Deep Magenta #BB06C0
Tints of Deep Magenta #BB06C0
RGB
CMYK
RGB Variations
Color information
#BB06C0 (or 0xBB06C0) is known color: Deep Magenta. HEX triplet: BB, 06 and C0. RGB value is (187,6,192). Sum of RGB (Red+Green+Blue) = 187+6+192=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 6 (2.73% from 255 or 1.56% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB06C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB06C0 is #44F93F. Grayscale: #505050. Windows color (decimal): -4520256 or 12584635. OLE color: 12584635.
HSL color Cylindrical-coordinate representation of color #BB06C0: hue angle of 298.39º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB06C0 is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 6 | 192 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.25 |
| HSL | 298.39º | 0.94% | 0.39% | - |
| HSV(B) | 298.39º | 0.97% | 0.75% | - |
| XYZ | 30.07 | 14.5 | 51.08 | - |
| YUV | 81.32 | 190.47 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 6 | 192 | 0.03 | 0.97 | 0 | 0.25 | 298.39 | 0.94 | 0.39 |
| Hex | BB | 6 | C0 | 3 | 61 | 0 | 19 | 12A | 5E | 27 |
| Octal | 273 | 6 | 300 | 3 | 141 | 0 | 31 | 452 | 136 | 47 |
| Binary | 10111011 | 110 | 11000000 | 11 | 1100001 | 0 | 11001 | 100101010 | 1011110 | 100111 |
Color Harmonies of #BB06C0
Complementary color
Monochromatic Colors of #BB06C0
Black with #BB06C0
Text Example
Text Example
White with #BB06C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB06C0; }
p { color: rgb(187,6,192); }
H1.HeaderClassName
{
color: #BB06C0;
}
.AnyTagClassName
{
color: #BB06C0;
}
</style>
background-color css
<style>
a { background-color: #BB06C0; }
a { background-color: rgb(187,6,192); }
div.DivClassName
{
background-color: #BB06C0;
}
.BgClassName
{
background-color: #BB06C0;
}
</style>
border-color css
<style>
span { border-color: #BB06C0; }
span { border-color: rgb(187,6,192); }
td.TdClassName
{
border-color: #BB06C0;
}
.TagClassName
{
border-color: #BB06C0;
}
</style>