Shades of Deep Magenta #BB0AB4
Tints of Deep Magenta #BB0AB4
RGB
CMYK
RGB Variations
Color information
#BB0AB4 (or 0xBB0AB4) is known color: Deep Magenta. HEX triplet: BB, 0A and B4. RGB value is (187,10,180). Sum of RGB (Red+Green+Blue) = 187+10+180=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 10 (4.30% from 255 or 2.65% from 377); Blue value is 180 (70.70% from 255 or 47.75% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0AB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0AB4 is #44F54B. Grayscale: #515151. Windows color (decimal): -4519244 or 11799227. OLE color: 11799227.
HSL color Cylindrical-coordinate representation of color #BB0AB4: hue angle of 302.37º 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 #BB0AB4 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 10 | 180 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.27 |
| HSL | 302.37º | 0.9% | 0.39% | - |
| HSV(B) | 302.37º | 0.95% | 0.73% | - |
| XYZ | 28.84 | 14.08 | 44.38 | - |
| YUV | 82.3 | 183.14 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 10 | 180 | 0 | 0.95 | 0.04 | 0.27 | 302.37 | 0.9 | 0.39 |
| Hex | BB | A | B4 | 0 | 5F | 4 | 1B | 12E | 5A | 27 |
| Octal | 273 | 12 | 264 | 0 | 137 | 4 | 33 | 456 | 132 | 47 |
| Binary | 10111011 | 1010 | 10110100 | 0 | 1011111 | 100 | 11011 | 100101110 | 1011010 | 100111 |
Color Harmonies of #BB0AB4
Complementary color
Monochromatic Colors of #BB0AB4
Black with #BB0AB4
Text Example
Text Example
White with #BB0AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0AB4; }
p { color: rgb(187,10,180); }
H1.HeaderClassName
{
color: #BB0AB4;
}
.AnyTagClassName
{
color: #BB0AB4;
}
</style>
background-color css
<style>
a { background-color: #BB0AB4; }
a { background-color: rgb(187,10,180); }
div.DivClassName
{
background-color: #BB0AB4;
}
.BgClassName
{
background-color: #BB0AB4;
}
</style>
border-color css
<style>
span { border-color: #BB0AB4; }
span { border-color: rgb(187,10,180); }
td.TdClassName
{
border-color: #BB0AB4;
}
.TagClassName
{
border-color: #BB0AB4;
}
</style>