Shades of Deep Magenta #BB19AB
Tints of Deep Magenta #BB19AB
RGB
CMYK
RGB Variations
Color information
#BB19AB (or 0xBB19AB) is known color: Deep Magenta. HEX triplet: BB, 19 and AB. RGB value is (187,25,171). Sum of RGB (Red+Green+Blue) = 187+25+171=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB19AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB19AB is #44E654. Grayscale: #595959. Windows color (decimal): -4515413 or 11213243. OLE color: 11213243.
HSL color Cylindrical-coordinate representation of color #BB19AB: hue angle of 305.93º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB19AB is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 171 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.27 |
| HSL | 305.93º | 0.76% | 0.42% | - |
| HSV(B) | 305.93º | 0.87% | 0.73% | - |
| XYZ | 28.19 | 14.2 | 39.78 | - |
| YUV | 90.08 | 173.67 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 171 | 0 | 0.87 | 0.09 | 0.27 | 305.93 | 0.76 | 0.42 |
| Hex | BB | 19 | AB | 0 | 57 | 9 | 1B | 132 | 4C | 2A |
| Octal | 273 | 31 | 253 | 0 | 127 | 11 | 33 | 462 | 114 | 52 |
| Binary | 10111011 | 11001 | 10101011 | 0 | 1010111 | 1001 | 11011 | 100110010 | 1001100 | 101010 |
Color Harmonies of #BB19AB
Complementary color
Monochromatic Colors of #BB19AB
Black with #BB19AB
Text Example
Text Example
White with #BB19AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB19AB; }
p { color: rgb(187,25,171); }
H1.HeaderClassName
{
color: #BB19AB;
}
.AnyTagClassName
{
color: #BB19AB;
}
</style>
background-color css
<style>
a { background-color: #BB19AB; }
a { background-color: rgb(187,25,171); }
div.DivClassName
{
background-color: #BB19AB;
}
.BgClassName
{
background-color: #BB19AB;
}
</style>
border-color css
<style>
span { border-color: #BB19AB; }
span { border-color: rgb(187,25,171); }
td.TdClassName
{
border-color: #BB19AB;
}
.TagClassName
{
border-color: #BB19AB;
}
</style>