Shades of Deep Magenta #BB1AAF
Tints of Deep Magenta #BB1AAF
RGB
CMYK
RGB Variations
Color information
#BB1AAF (or 0xBB1AAF) is known color: Deep Magenta. HEX triplet: BB, 1A and AF. RGB value is (187,26,175). Sum of RGB (Red+Green+Blue) = 187+26+175=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 26 (10.55% from 255 or 6.70% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1AAF is #44E550. Grayscale: #5A5A5A. Windows color (decimal): -4515153 or 11475643. OLE color: 11475643.
HSL color Cylindrical-coordinate representation of color #BB1AAF: hue angle of 304.47º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1AAF is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 26 | 175 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.27 |
| HSL | 304.47º | 0.76% | 0.42% | - |
| HSV(B) | 304.47º | 0.86% | 0.73% | - |
| XYZ | 28.6 | 14.4 | 41.83 | - |
| YUV | 91.13 | 175.34 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 26 | 175 | 0 | 0.86 | 0.06 | 0.27 | 304.47 | 0.76 | 0.42 |
| Hex | BB | 1A | AF | 0 | 56 | 6 | 1B | 130 | 4C | 2A |
| Octal | 273 | 32 | 257 | 0 | 126 | 6 | 33 | 460 | 114 | 52 |
| Binary | 10111011 | 11010 | 10101111 | 0 | 1010110 | 110 | 11011 | 100110000 | 1001100 | 101010 |
Color Harmonies of #BB1AAF
Complementary color
Monochromatic Colors of #BB1AAF
Black with #BB1AAF
Text Example
Text Example
White with #BB1AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1AAF; }
p { color: rgb(187,26,175); }
H1.HeaderClassName
{
color: #BB1AAF;
}
.AnyTagClassName
{
color: #BB1AAF;
}
</style>
background-color css
<style>
a { background-color: #BB1AAF; }
a { background-color: rgb(187,26,175); }
div.DivClassName
{
background-color: #BB1AAF;
}
.BgClassName
{
background-color: #BB1AAF;
}
</style>
border-color css
<style>
span { border-color: #BB1AAF; }
span { border-color: rgb(187,26,175); }
td.TdClassName
{
border-color: #BB1AAF;
}
.TagClassName
{
border-color: #BB1AAF;
}
</style>