Shades of Deep Magenta #BB10AB
Tints of Deep Magenta #BB10AB
RGB
CMYK
RGB Variations
Color information
#BB10AB (or 0xBB10AB) is known color: Deep Magenta. HEX triplet: BB, 10 and AB. RGB value is (187,16,171). Sum of RGB (Red+Green+Blue) = 187+16+171=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB10AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB10AB is #44EF54. Grayscale: #545454. Windows color (decimal): -4517717 or 11210939. OLE color: 11210939.
HSL color Cylindrical-coordinate representation of color #BB10AB: hue angle of 305.61º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB10AB is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 16 | 171 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.27 |
| HSL | 305.61º | 0.84% | 0.4% | - |
| HSV(B) | 305.61º | 0.91% | 0.73% | - |
| XYZ | 28.03 | 13.88 | 39.73 | - |
| YUV | 84.8 | 176.65 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 16 | 171 | 0 | 0.91 | 0.09 | 0.27 | 305.61 | 0.84 | 0.4 |
| Hex | BB | 10 | AB | 0 | 5B | 9 | 1B | 132 | 54 | 28 |
| Octal | 273 | 20 | 253 | 0 | 133 | 11 | 33 | 462 | 124 | 50 |
| Binary | 10111011 | 10000 | 10101011 | 0 | 1011011 | 1001 | 11011 | 100110010 | 1010100 | 101000 |
Color Harmonies of #BB10AB
Complementary color
Monochromatic Colors of #BB10AB
Black with #BB10AB
Text Example
Text Example
White with #BB10AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB10AB; }
p { color: rgb(187,16,171); }
H1.HeaderClassName
{
color: #BB10AB;
}
.AnyTagClassName
{
color: #BB10AB;
}
</style>
background-color css
<style>
a { background-color: #BB10AB; }
a { background-color: rgb(187,16,171); }
div.DivClassName
{
background-color: #BB10AB;
}
.BgClassName
{
background-color: #BB10AB;
}
</style>
border-color css
<style>
span { border-color: #BB10AB; }
span { border-color: rgb(187,16,171); }
td.TdClassName
{
border-color: #BB10AB;
}
.TagClassName
{
border-color: #BB10AB;
}
</style>