Shades of Deep Magenta #BB1ACE
Tints of Deep Magenta #BB1ACE
RGB
CMYK
RGB Variations
Color information
#BB1ACE (or 0xBB1ACE) is known color: Deep Magenta. HEX triplet: BB, 1A and CE. RGB value is (187,26,206). Sum of RGB (Red+Green+Blue) = 187+26+206=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 26 (10.55% from 255 or 6.21% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB1ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1ACE is #44E531. Grayscale: #5E5E5E. Windows color (decimal): -4515122 or 13507259. OLE color: 13507259.
HSL color Cylindrical-coordinate representation of color #BB1ACE: hue angle of 293.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1ACE is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 26 | 206 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.19 |
| HSL | 293.67º | 0.78% | 0.45% | - |
| HSV(B) | 293.67º | 0.87% | 0.81% | - |
| XYZ | 32 | 15.76 | 59.75 | - |
| YUV | 94.66 | 190.84 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 26 | 206 | 0.09 | 0.87 | 0 | 0.19 | 293.67 | 0.78 | 0.45 |
| Hex | BB | 1A | CE | 9 | 57 | 0 | 13 | 126 | 4E | 2D |
| Octal | 273 | 32 | 316 | 11 | 127 | 0 | 23 | 446 | 116 | 55 |
| Binary | 10111011 | 11010 | 11001110 | 1001 | 1010111 | 0 | 10011 | 100100110 | 1001110 | 101101 |
Color Harmonies of #BB1ACE
Complementary color
Monochromatic Colors of #BB1ACE
Black with #BB1ACE
Text Example
Text Example
White with #BB1ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1ACE; }
p { color: rgb(187,26,206); }
H1.HeaderClassName
{
color: #BB1ACE;
}
.AnyTagClassName
{
color: #BB1ACE;
}
</style>
background-color css
<style>
a { background-color: #BB1ACE; }
a { background-color: rgb(187,26,206); }
div.DivClassName
{
background-color: #BB1ACE;
}
.BgClassName
{
background-color: #BB1ACE;
}
</style>
border-color css
<style>
span { border-color: #BB1ACE; }
span { border-color: rgb(187,26,206); }
td.TdClassName
{
border-color: #BB1ACE;
}
.TagClassName
{
border-color: #BB1ACE;
}
</style>