Shades of Deep Magenta #BB06C8
Tints of Deep Magenta #BB06C8
RGB
CMYK
RGB Variations
Color information
#BB06C8 (or 0xBB06C8) is known color: Deep Magenta. HEX triplet: BB, 06 and C8. RGB value is (187,6,200). Sum of RGB (Red+Green+Blue) = 187+6+200=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 6 (2.73% from 255 or 1.53% from 393); Blue value is 200 (78.52% from 255 or 50.89% from 393); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB06C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB06C8 is #44F937. Grayscale: #515151. Windows color (decimal): -4520248 or 13108923. OLE color: 13108923.
HSL color Cylindrical-coordinate representation of color #BB06C8: hue angle of 295.98º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB06C8 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 6 | 200 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.22 |
| HSL | 295.98º | 0.94% | 0.4% | - |
| HSV(B) | 295.98º | 0.97% | 0.78% | - |
| XYZ | 30.98 | 14.87 | 55.88 | - |
| YUV | 82.24 | 194.47 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 6 | 200 | 0.06 | 0.97 | 0 | 0.22 | 295.98 | 0.94 | 0.4 |
| Hex | BB | 6 | C8 | 6 | 61 | 0 | 16 | 128 | 5E | 28 |
| Octal | 273 | 6 | 310 | 6 | 141 | 0 | 26 | 450 | 136 | 50 |
| Binary | 10111011 | 110 | 11001000 | 110 | 1100001 | 0 | 10110 | 100101000 | 1011110 | 101000 |
Color Harmonies of #BB06C8
Complementary color
Monochromatic Colors of #BB06C8
Black with #BB06C8
Text Example
Text Example
White with #BB06C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB06C8; }
p { color: rgb(187,6,200); }
H1.HeaderClassName
{
color: #BB06C8;
}
.AnyTagClassName
{
color: #BB06C8;
}
</style>
background-color css
<style>
a { background-color: #BB06C8; }
a { background-color: rgb(187,6,200); }
div.DivClassName
{
background-color: #BB06C8;
}
.BgClassName
{
background-color: #BB06C8;
}
</style>
border-color css
<style>
span { border-color: #BB06C8; }
span { border-color: rgb(187,6,200); }
td.TdClassName
{
border-color: #BB06C8;
}
.TagClassName
{
border-color: #BB06C8;
}
</style>