Shades of Deep Magenta #BB0ABB
Tints of Deep Magenta #BB0ABB
RGB
CMYK
RGB Variations
Color information
#BB0ABB (or 0xBB0ABB) is known color: Deep Magenta. HEX triplet: BB, 0A and BB. RGB value is (187,10,187). Sum of RGB (Red+Green+Blue) = 187+10+187=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 10 (4.30% from 255 or 2.60% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB0ABB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0ABB is #44F544. Grayscale: #525252. Windows color (decimal): -4519237 or 12257979. OLE color: 12257979.
HSL color Cylindrical-coordinate representation of color #BB0ABB: hue angle of 300º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0ABB is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 10 | 187 | - |
| CMYK | 0 | 0.95 | 0 | 0.27 |
| HSL | 300º | 0.9% | 0.39% | - |
| HSV(B) | 300º | 0.95% | 0.73% | - |
| XYZ | 29.57 | 14.37 | 48.23 | - |
| YUV | 83.1 | 186.64 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 10 | 187 | 0 | 0.95 | 0 | 0.27 | 300 | 0.9 | 0.39 |
| Hex | BB | A | BB | 0 | 5F | 0 | 1B | 12C | 5A | 27 |
| Octal | 273 | 12 | 273 | 0 | 137 | 0 | 33 | 454 | 132 | 47 |
| Binary | 10111011 | 1010 | 10111011 | 0 | 1011111 | 0 | 11011 | 100101100 | 1011010 | 100111 |
Color Harmonies of #BB0ABB
Complementary color
Monochromatic Colors of #BB0ABB
Black with #BB0ABB
Text Example
Text Example
White with #BB0ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0ABB; }
p { color: rgb(187,10,187); }
H1.HeaderClassName
{
color: #BB0ABB;
}
.AnyTagClassName
{
color: #BB0ABB;
}
</style>
background-color css
<style>
a { background-color: #BB0ABB; }
a { background-color: rgb(187,10,187); }
div.DivClassName
{
background-color: #BB0ABB;
}
.BgClassName
{
background-color: #BB0ABB;
}
</style>
border-color css
<style>
span { border-color: #BB0ABB; }
span { border-color: rgb(187,10,187); }
td.TdClassName
{
border-color: #BB0ABB;
}
.TagClassName
{
border-color: #BB0ABB;
}
</style>