Shades of Deep Magenta #BB0BA8
Tints of Deep Magenta #BB0BA8
RGB
CMYK
RGB Variations
Color information
#BB0BA8 (or 0xBB0BA8) is known color: Deep Magenta. HEX triplet: BB, 0B and A8. RGB value is (187,11,168). Sum of RGB (Red+Green+Blue) = 187+11+168=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 11 (4.69% from 255 or 3.01% from 366); Blue value is 168 (66.02% from 255 or 45.90% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0BA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0BA8 is #44F457. Grayscale: #515151. Windows color (decimal): -4519000 or 11013051. OLE color: 11013051.
HSL color Cylindrical-coordinate representation of color #BB0BA8: hue angle of 306.48º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0BA8 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 11 | 168 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.27 |
| HSL | 306.48º | 0.89% | 0.39% | - |
| HSV(B) | 306.48º | 0.94% | 0.73% | - |
| XYZ | 27.68 | 13.63 | 38.22 | - |
| YUV | 81.52 | 176.81 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 11 | 168 | 0 | 0.94 | 0.10 | 0.27 | 306.48 | 0.89 | 0.39 |
| Hex | BB | B | A8 | 0 | 5E | A | 1B | 132 | 59 | 27 |
| Octal | 273 | 13 | 250 | 0 | 136 | 12 | 33 | 462 | 131 | 47 |
| Binary | 10111011 | 1011 | 10101000 | 0 | 1011110 | 1010 | 11011 | 100110010 | 1011001 | 100111 |
Color Harmonies of #BB0BA8
Complementary color
Monochromatic Colors of #BB0BA8
Black with #BB0BA8
Text Example
Text Example
White with #BB0BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0BA8; }
p { color: rgb(187,11,168); }
H1.HeaderClassName
{
color: #BB0BA8;
}
.AnyTagClassName
{
color: #BB0BA8;
}
</style>
background-color css
<style>
a { background-color: #BB0BA8; }
a { background-color: rgb(187,11,168); }
div.DivClassName
{
background-color: #BB0BA8;
}
.BgClassName
{
background-color: #BB0BA8;
}
</style>
border-color css
<style>
span { border-color: #BB0BA8; }
span { border-color: rgb(187,11,168); }
td.TdClassName
{
border-color: #BB0BA8;
}
.TagClassName
{
border-color: #BB0BA8;
}
</style>