Shades of Deep Magenta #BB18AB
Tints of Deep Magenta #BB18AB
RGB
CMYK
RGB Variations
Color information
#BB18AB (or 0xBB18AB) is known color: Deep Magenta. HEX triplet: BB, 18 and AB. RGB value is (187,24,171). Sum of RGB (Red+Green+Blue) = 187+24+171=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB18AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB18AB is #44E754. Grayscale: #595959. Windows color (decimal): -4515669 or 11212987. OLE color: 11212987.
HSL color Cylindrical-coordinate representation of color #BB18AB: hue angle of 305.89º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB18AB is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 24 | 171 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.27 |
| HSL | 305.89º | 0.77% | 0.41% | - |
| HSV(B) | 305.89º | 0.87% | 0.73% | - |
| XYZ | 28.17 | 14.16 | 39.78 | - |
| YUV | 89.5 | 174 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 24 | 171 | 0 | 0.87 | 0.09 | 0.27 | 305.89 | 0.77 | 0.41 |
| Hex | BB | 18 | AB | 0 | 57 | 9 | 1B | 132 | 4D | 29 |
| Octal | 273 | 30 | 253 | 0 | 127 | 11 | 33 | 462 | 115 | 51 |
| Binary | 10111011 | 11000 | 10101011 | 0 | 1010111 | 1001 | 11011 | 100110010 | 1001101 | 101001 |
Color Harmonies of #BB18AB
Complementary color
Monochromatic Colors of #BB18AB
Black with #BB18AB
Text Example
Text Example
White with #BB18AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB18AB; }
p { color: rgb(187,24,171); }
H1.HeaderClassName
{
color: #BB18AB;
}
.AnyTagClassName
{
color: #BB18AB;
}
</style>
background-color css
<style>
a { background-color: #BB18AB; }
a { background-color: rgb(187,24,171); }
div.DivClassName
{
background-color: #BB18AB;
}
.BgClassName
{
background-color: #BB18AB;
}
</style>
border-color css
<style>
span { border-color: #BB18AB; }
span { border-color: rgb(187,24,171); }
td.TdClassName
{
border-color: #BB18AB;
}
.TagClassName
{
border-color: #BB18AB;
}
</style>