Shades of Deep Magenta #BC0BAE
Tints of Deep Magenta #BC0BAE
RGB
CMYK
RGB Variations
Color information
#BC0BAE (or 0xBC0BAE) is known color: Deep Magenta. HEX triplet: BC, 0B and AE. RGB value is (188,11,174). Sum of RGB (Red+Green+Blue) = 188+11+174=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 11 (4.69% from 255 or 2.95% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0BAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0BAE is #43F451. Grayscale: #525252. Windows color (decimal): -4453458 or 11406268. OLE color: 11406268.
HSL color Cylindrical-coordinate representation of color #BC0BAE: hue angle of 304.75º 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 #BC0BAE is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 11 | 174 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.26 |
| HSL | 304.75º | 0.89% | 0.39% | - |
| HSV(B) | 304.75º | 0.94% | 0.74% | - |
| XYZ | 28.5 | 13.99 | 41.24 | - |
| YUV | 82.51 | 179.64 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 174 | 0 | 0.94 | 0.07 | 0.26 | 304.75 | 0.89 | 0.39 |
| Hex | BC | B | AE | 0 | 5E | 7 | 1A | 131 | 59 | 27 |
| Octal | 274 | 13 | 256 | 0 | 136 | 7 | 32 | 461 | 131 | 47 |
| Binary | 10111100 | 1011 | 10101110 | 0 | 1011110 | 111 | 11010 | 100110001 | 1011001 | 100111 |
Color Harmonies of #BC0BAE
Complementary color
Monochromatic Colors of #BC0BAE
Black with #BC0BAE
Text Example
Text Example
White with #BC0BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0BAE; }
p { color: rgb(188,11,174); }
H1.HeaderClassName
{
color: #BC0BAE;
}
.AnyTagClassName
{
color: #BC0BAE;
}
</style>
background-color css
<style>
a { background-color: #BC0BAE; }
a { background-color: rgb(188,11,174); }
div.DivClassName
{
background-color: #BC0BAE;
}
.BgClassName
{
background-color: #BC0BAE;
}
</style>
border-color css
<style>
span { border-color: #BC0BAE; }
span { border-color: rgb(188,11,174); }
td.TdClassName
{
border-color: #BC0BAE;
}
.TagClassName
{
border-color: #BC0BAE;
}
</style>