Shades of Deep Magenta #BB1AC0
Tints of Deep Magenta #BB1AC0
RGB
CMYK
RGB Variations
Color information
#BB1AC0 (or 0xBB1AC0) is known color: Deep Magenta. HEX triplet: BB, 1A and C0. RGB value is (187,26,192). Sum of RGB (Red+Green+Blue) = 187+26+192=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 26 (10.55% from 255 or 6.42% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB1AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1AC0 is #44E53F. Grayscale: #5C5C5C. Windows color (decimal): -4515136 or 12589755. OLE color: 12589755.
HSL color Cylindrical-coordinate representation of color #BB1AC0: hue angle of 298.19º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1AC0 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 26 | 192 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.25 |
| HSL | 298.19º | 0.76% | 0.43% | - |
| HSV(B) | 298.19º | 0.86% | 0.75% | - |
| XYZ | 30.38 | 15.11 | 51.18 | - |
| YUV | 93.06 | 183.84 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 26 | 192 | 0.03 | 0.86 | 0 | 0.25 | 298.19 | 0.76 | 0.43 |
| Hex | BB | 1A | C0 | 3 | 56 | 0 | 19 | 12A | 4C | 2B |
| Octal | 273 | 32 | 300 | 3 | 126 | 0 | 31 | 452 | 114 | 53 |
| Binary | 10111011 | 11010 | 11000000 | 11 | 1010110 | 0 | 11001 | 100101010 | 1001100 | 101011 |
Color Harmonies of #BB1AC0
Complementary color
Monochromatic Colors of #BB1AC0
Black with #BB1AC0
Text Example
Text Example
White with #BB1AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1AC0; }
p { color: rgb(187,26,192); }
H1.HeaderClassName
{
color: #BB1AC0;
}
.AnyTagClassName
{
color: #BB1AC0;
}
</style>
background-color css
<style>
a { background-color: #BB1AC0; }
a { background-color: rgb(187,26,192); }
div.DivClassName
{
background-color: #BB1AC0;
}
.BgClassName
{
background-color: #BB1AC0;
}
</style>
border-color css
<style>
span { border-color: #BB1AC0; }
span { border-color: rgb(187,26,192); }
td.TdClassName
{
border-color: #BB1AC0;
}
.TagClassName
{
border-color: #BB1AC0;
}
</style>