Shades of Deep Magenta #BB0BC8
Tints of Deep Magenta #BB0BC8
RGB
CMYK
RGB Variations
Color information
#BB0BC8 (or 0xBB0BC8) is known color: Deep Magenta. HEX triplet: BB, 0B and C8. RGB value is (187,11,200). Sum of RGB (Red+Green+Blue) = 187+11+200=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 11 (4.69% from 255 or 2.76% from 398); Blue value is 200 (78.52% from 255 or 50.25% from 398); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB0BC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0BC8 is #44F437. Grayscale: #545454. Windows color (decimal): -4518968 or 13110203. OLE color: 13110203.
HSL color Cylindrical-coordinate representation of color #BB0BC8: hue angle of 295.87º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0BC8 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 11 | 200 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.22 |
| HSL | 295.87º | 0.9% | 0.41% | - |
| HSV(B) | 295.87º | 0.95% | 0.78% | - |
| XYZ | 31.04 | 14.97 | 55.9 | - |
| YUV | 85.17 | 192.81 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 11 | 200 | 0.06 | 0.94 | 0 | 0.22 | 295.87 | 0.9 | 0.41 |
| Hex | BB | B | C8 | 6 | 5E | 0 | 16 | 128 | 5A | 29 |
| Octal | 273 | 13 | 310 | 6 | 136 | 0 | 26 | 450 | 132 | 51 |
| Binary | 10111011 | 1011 | 11001000 | 110 | 1011110 | 0 | 10110 | 100101000 | 1011010 | 101001 |
Color Harmonies of #BB0BC8
Complementary color
Monochromatic Colors of #BB0BC8
Black with #BB0BC8
Text Example
Text Example
White with #BB0BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0BC8; }
p { color: rgb(187,11,200); }
H1.HeaderClassName
{
color: #BB0BC8;
}
.AnyTagClassName
{
color: #BB0BC8;
}
</style>
background-color css
<style>
a { background-color: #BB0BC8; }
a { background-color: rgb(187,11,200); }
div.DivClassName
{
background-color: #BB0BC8;
}
.BgClassName
{
background-color: #BB0BC8;
}
</style>
border-color css
<style>
span { border-color: #BB0BC8; }
span { border-color: rgb(187,11,200); }
td.TdClassName
{
border-color: #BB0BC8;
}
.TagClassName
{
border-color: #BB0BC8;
}
</style>