Shades of Deep Magenta #BB10AA
Tints of Deep Magenta #BB10AA
RGB
CMYK
RGB Variations
Color information
#BB10AA (or 0xBB10AA) is known color: Deep Magenta. HEX triplet: BB, 10 and AA. RGB value is (187,16,170). Sum of RGB (Red+Green+Blue) = 187+16+170=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 16 (6.64% from 255 or 4.29% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB10AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB10AA is #44EF55. Grayscale: #545454. Windows color (decimal): -4517718 or 11145403. OLE color: 11145403.
HSL color Cylindrical-coordinate representation of color #BB10AA: hue angle of 305.96º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB10AA is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 16 | 170 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.27 |
| HSL | 305.96º | 0.84% | 0.4% | - |
| HSV(B) | 305.96º | 0.91% | 0.73% | - |
| XYZ | 27.93 | 13.84 | 39.23 | - |
| YUV | 84.69 | 176.15 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 16 | 170 | 0 | 0.91 | 0.09 | 0.27 | 305.96 | 0.84 | 0.4 |
| Hex | BB | 10 | AA | 0 | 5B | 9 | 1B | 132 | 54 | 28 |
| Octal | 273 | 20 | 252 | 0 | 133 | 11 | 33 | 462 | 124 | 50 |
| Binary | 10111011 | 10000 | 10101010 | 0 | 1011011 | 1001 | 11011 | 100110010 | 1010100 | 101000 |
Color Harmonies of #BB10AA
Complementary color
Monochromatic Colors of #BB10AA
Black with #BB10AA
Text Example
Text Example
White with #BB10AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB10AA; }
p { color: rgb(187,16,170); }
H1.HeaderClassName
{
color: #BB10AA;
}
.AnyTagClassName
{
color: #BB10AA;
}
</style>
background-color css
<style>
a { background-color: #BB10AA; }
a { background-color: rgb(187,16,170); }
div.DivClassName
{
background-color: #BB10AA;
}
.BgClassName
{
background-color: #BB10AA;
}
</style>
border-color css
<style>
span { border-color: #BB10AA; }
span { border-color: rgb(187,16,170); }
td.TdClassName
{
border-color: #BB10AA;
}
.TagClassName
{
border-color: #BB10AA;
}
</style>