Shades of Deep Magenta #BC0BA9
Tints of Deep Magenta #BC0BA9
RGB
CMYK
RGB Variations
Color information
#BC0BA9 (or 0xBC0BA9) is known color: Deep Magenta. HEX triplet: BC, 0B and A9. RGB value is (188,11,169). Sum of RGB (Red+Green+Blue) = 188+11+169=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 11 (4.69% from 255 or 2.99% from 368); Blue value is 169 (66.41% from 255 or 45.92% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0BA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0BA9 is #43F456. Grayscale: #515151. Windows color (decimal): -4453463 or 11078588. OLE color: 11078588.
HSL color Cylindrical-coordinate representation of color #BC0BA9: hue angle of 306.44º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0BA9 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 11 | 169 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.26 |
| HSL | 306.44º | 0.89% | 0.39% | - |
| HSV(B) | 306.44º | 0.94% | 0.74% | - |
| XYZ | 28.02 | 13.8 | 38.72 | - |
| YUV | 81.94 | 177.14 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 169 | 0 | 0.94 | 0.10 | 0.26 | 306.44 | 0.89 | 0.39 |
| Hex | BC | B | A9 | 0 | 5E | A | 1A | 132 | 59 | 27 |
| Octal | 274 | 13 | 251 | 0 | 136 | 12 | 32 | 462 | 131 | 47 |
| Binary | 10111100 | 1011 | 10101001 | 0 | 1011110 | 1010 | 11010 | 100110010 | 1011001 | 100111 |
Color Harmonies of #BC0BA9
Complementary color
Monochromatic Colors of #BC0BA9
Black with #BC0BA9
Text Example
Text Example
White with #BC0BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0BA9; }
p { color: rgb(188,11,169); }
H1.HeaderClassName
{
color: #BC0BA9;
}
.AnyTagClassName
{
color: #BC0BA9;
}
</style>
background-color css
<style>
a { background-color: #BC0BA9; }
a { background-color: rgb(188,11,169); }
div.DivClassName
{
background-color: #BC0BA9;
}
.BgClassName
{
background-color: #BC0BA9;
}
</style>
border-color css
<style>
span { border-color: #BC0BA9; }
span { border-color: rgb(188,11,169); }
td.TdClassName
{
border-color: #BC0BA9;
}
.TagClassName
{
border-color: #BC0BA9;
}
</style>