Shades of Deep Magenta #BC0BA8
Tints of Deep Magenta #BC0BA8
RGB
CMYK
RGB Variations
Color information
#BC0BA8 (or 0xBC0BA8) is known color: Deep Magenta. HEX triplet: BC, 0B and A8. RGB value is (188,11,168). Sum of RGB (Red+Green+Blue) = 188+11+168=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 168 (66.02% from 255 or 45.78% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0BA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0BA8 is #43F457. Grayscale: #515151. Windows color (decimal): -4453464 or 11013052. OLE color: 11013052.
HSL color Cylindrical-coordinate representation of color #BC0BA8: hue angle of 306.78º 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 #BC0BA8 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 11 | 168 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.26 |
| HSL | 306.78º | 0.89% | 0.39% | - |
| HSV(B) | 306.78º | 0.94% | 0.74% | - |
| XYZ | 27.93 | 13.76 | 38.23 | - |
| YUV | 81.82 | 176.64 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 168 | 0 | 0.94 | 0.11 | 0.26 | 306.78 | 0.89 | 0.39 |
| Hex | BC | B | A8 | 0 | 5E | B | 1A | 133 | 59 | 27 |
| Octal | 274 | 13 | 250 | 0 | 136 | 13 | 32 | 463 | 131 | 47 |
| Binary | 10111100 | 1011 | 10101000 | 0 | 1011110 | 1011 | 11010 | 100110011 | 1011001 | 100111 |
Color Harmonies of #BC0BA8
Complementary color
Monochromatic Colors of #BC0BA8
Black with #BC0BA8
Text Example
Text Example
White with #BC0BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0BA8; }
p { color: rgb(188,11,168); }
H1.HeaderClassName
{
color: #BC0BA8;
}
.AnyTagClassName
{
color: #BC0BA8;
}
</style>
background-color css
<style>
a { background-color: #BC0BA8; }
a { background-color: rgb(188,11,168); }
div.DivClassName
{
background-color: #BC0BA8;
}
.BgClassName
{
background-color: #BC0BA8;
}
</style>
border-color css
<style>
span { border-color: #BC0BA8; }
span { border-color: rgb(188,11,168); }
td.TdClassName
{
border-color: #BC0BA8;
}
.TagClassName
{
border-color: #BC0BA8;
}
</style>