Shades of Deep Magenta #BB13AA
Tints of Deep Magenta #BB13AA
RGB
CMYK
RGB Variations
Color information
#BB13AA (or 0xBB13AA) is known color: Deep Magenta. HEX triplet: BB, 13 and AA. RGB value is (187,19,170). Sum of RGB (Red+Green+Blue) = 187+19+170=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB13AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB13AA is #44EC55. Grayscale: #565656. Windows color (decimal): -4516950 or 11146171. OLE color: 11146171.
HSL color Cylindrical-coordinate representation of color #BB13AA: hue angle of 306.07º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB13AA is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 19 | 170 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.27 |
| HSL | 306.07º | 0.82% | 0.4% | - |
| HSV(B) | 306.07º | 0.9% | 0.73% | - |
| XYZ | 27.98 | 13.93 | 39.24 | - |
| YUV | 86.45 | 175.16 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 19 | 170 | 0 | 0.90 | 0.09 | 0.27 | 306.07 | 0.82 | 0.4 |
| Hex | BB | 13 | AA | 0 | 5A | 9 | 1B | 132 | 52 | 28 |
| Octal | 273 | 23 | 252 | 0 | 132 | 11 | 33 | 462 | 122 | 50 |
| Binary | 10111011 | 10011 | 10101010 | 0 | 1011010 | 1001 | 11011 | 100110010 | 1010010 | 101000 |
Color Harmonies of #BB13AA
Complementary color
Monochromatic Colors of #BB13AA
Black with #BB13AA
Text Example
Text Example
White with #BB13AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB13AA; }
p { color: rgb(187,19,170); }
H1.HeaderClassName
{
color: #BB13AA;
}
.AnyTagClassName
{
color: #BB13AA;
}
</style>
background-color css
<style>
a { background-color: #BB13AA; }
a { background-color: rgb(187,19,170); }
div.DivClassName
{
background-color: #BB13AA;
}
.BgClassName
{
background-color: #BB13AA;
}
</style>
border-color css
<style>
span { border-color: #BB13AA; }
span { border-color: rgb(187,19,170); }
td.TdClassName
{
border-color: #BB13AA;
}
.TagClassName
{
border-color: #BB13AA;
}
</style>