Shades of Deep Magenta #BB0BAB
Tints of Deep Magenta #BB0BAB
RGB
CMYK
RGB Variations
Color information
#BB0BAB (or 0xBB0BAB) is known color: Deep Magenta. HEX triplet: BB, 0B and AB. RGB value is (187,11,171). Sum of RGB (Red+Green+Blue) = 187+11+171=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 11 (4.69% from 255 or 2.98% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0BAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0BAB is #44F454. Grayscale: #515151. Windows color (decimal): -4518997 or 11209659. OLE color: 11209659.
HSL color Cylindrical-coordinate representation of color #BB0BAB: hue angle of 305.45º 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 #BB0BAB is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 11 | 171 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.27 |
| HSL | 305.45º | 0.89% | 0.39% | - |
| HSV(B) | 305.45º | 0.94% | 0.73% | - |
| XYZ | 27.96 | 13.74 | 39.71 | - |
| YUV | 81.86 | 178.31 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 11 | 171 | 0 | 0.94 | 0.09 | 0.27 | 305.45 | 0.89 | 0.39 |
| Hex | BB | B | AB | 0 | 5E | 9 | 1B | 131 | 59 | 27 |
| Octal | 273 | 13 | 253 | 0 | 136 | 11 | 33 | 461 | 131 | 47 |
| Binary | 10111011 | 1011 | 10101011 | 0 | 1011110 | 1001 | 11011 | 100110001 | 1011001 | 100111 |
Color Harmonies of #BB0BAB
Complementary color
Monochromatic Colors of #BB0BAB
Black with #BB0BAB
Text Example
Text Example
White with #BB0BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0BAB; }
p { color: rgb(187,11,171); }
H1.HeaderClassName
{
color: #BB0BAB;
}
.AnyTagClassName
{
color: #BB0BAB;
}
</style>
background-color css
<style>
a { background-color: #BB0BAB; }
a { background-color: rgb(187,11,171); }
div.DivClassName
{
background-color: #BB0BAB;
}
.BgClassName
{
background-color: #BB0BAB;
}
</style>
border-color css
<style>
span { border-color: #BB0BAB; }
span { border-color: rgb(187,11,171); }
td.TdClassName
{
border-color: #BB0BAB;
}
.TagClassName
{
border-color: #BB0BAB;
}
</style>