Shades of Deep Magenta #BB01A9
Tints of Deep Magenta #BB01A9
RGB
CMYK
RGB Variations
Color information
#BB01A9 (or 0xBB01A9) is known color: Deep Magenta. HEX triplet: BB, 01 and A9. RGB value is (187,1,169). Sum of RGB (Red+Green+Blue) = 187+1+169=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 169 (66.41% from 255 or 47.34% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB01A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB01A9 is #44FE56. Grayscale: #4B4B4B. Windows color (decimal): -4521559 or 11076027. OLE color: 11076027.
HSL color Cylindrical-coordinate representation of color #BB01A9: hue angle of 305.81º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB01A9 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 169 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.27 |
| HSL | 305.81º | 0.99% | 0.37% | - |
| HSV(B) | 305.81º | 0.99% | 0.73% | - |
| XYZ | 27.67 | 13.45 | 38.67 | - |
| YUV | 75.77 | 180.62 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 169 | 0 | 0.99 | 0.10 | 0.27 | 305.81 | 0.99 | 0.37 |
| Hex | BB | 1 | A9 | 0 | 63 | A | 1B | 132 | 63 | 25 |
| Octal | 273 | 1 | 251 | 0 | 143 | 12 | 33 | 462 | 143 | 45 |
| Binary | 10111011 | 1 | 10101001 | 0 | 1100011 | 1010 | 11011 | 100110010 | 1100011 | 100101 |
Color Harmonies of #BB01A9
Complementary color
Monochromatic Colors of #BB01A9
Black with #BB01A9
Text Example
Text Example
White with #BB01A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB01A9; }
p { color: rgb(187,1,169); }
H1.HeaderClassName
{
color: #BB01A9;
}
.AnyTagClassName
{
color: #BB01A9;
}
</style>
background-color css
<style>
a { background-color: #BB01A9; }
a { background-color: rgb(187,1,169); }
div.DivClassName
{
background-color: #BB01A9;
}
.BgClassName
{
background-color: #BB01A9;
}
</style>
border-color css
<style>
span { border-color: #BB01A9; }
span { border-color: rgb(187,1,169); }
td.TdClassName
{
border-color: #BB01A9;
}
.TagClassName
{
border-color: #BB01A9;
}
</style>