Shades of Deep Magenta #BB0AAA
Tints of Deep Magenta #BB0AAA
RGB
CMYK
RGB Variations
Color information
#BB0AAA (or 0xBB0AAA) is known color: Deep Magenta. HEX triplet: BB, 0A and AA. RGB value is (187,10,170). Sum of RGB (Red+Green+Blue) = 187+10+170=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 10 (4.30% from 255 or 2.72% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0AAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0AAA is #44F555. Grayscale: #505050. Windows color (decimal): -4519254 or 11143867. OLE color: 11143867.
HSL color Cylindrical-coordinate representation of color #BB0AAA: hue angle of 305.76º 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 #BB0AAA is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 10 | 170 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.27 |
| HSL | 305.76º | 0.9% | 0.39% | - |
| HSV(B) | 305.76º | 0.95% | 0.73% | - |
| XYZ | 27.86 | 13.68 | 39.2 | - |
| YUV | 81.16 | 178.14 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 10 | 170 | 0 | 0.95 | 0.09 | 0.27 | 305.76 | 0.9 | 0.39 |
| Hex | BB | A | AA | 0 | 5F | 9 | 1B | 132 | 5A | 27 |
| Octal | 273 | 12 | 252 | 0 | 137 | 11 | 33 | 462 | 132 | 47 |
| Binary | 10111011 | 1010 | 10101010 | 0 | 1011111 | 1001 | 11011 | 100110010 | 1011010 | 100111 |
Color Harmonies of #BB0AAA
Complementary color
Monochromatic Colors of #BB0AAA
Black with #BB0AAA
Text Example
Text Example
White with #BB0AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0AAA; }
p { color: rgb(187,10,170); }
H1.HeaderClassName
{
color: #BB0AAA;
}
.AnyTagClassName
{
color: #BB0AAA;
}
</style>
background-color css
<style>
a { background-color: #BB0AAA; }
a { background-color: rgb(187,10,170); }
div.DivClassName
{
background-color: #BB0AAA;
}
.BgClassName
{
background-color: #BB0AAA;
}
</style>
border-color css
<style>
span { border-color: #BB0AAA; }
span { border-color: rgb(187,10,170); }
td.TdClassName
{
border-color: #BB0AAA;
}
.TagClassName
{
border-color: #BB0AAA;
}
</style>