Shades of Deep Magenta #BC0DAE
Tints of Deep Magenta #BC0DAE
RGB
CMYK
RGB Variations
Color information
#BC0DAE (or 0xBC0DAE) is known color: Deep Magenta. HEX triplet: BC, 0D and AE. RGB value is (188,13,174). Sum of RGB (Red+Green+Blue) = 188+13+174=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 13 (5.47% from 255 or 3.47% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0DAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0DAE is #43F251. Grayscale: #535353. Windows color (decimal): -4452946 or 11406780. OLE color: 11406780.
HSL color Cylindrical-coordinate representation of color #BC0DAE: hue angle of 304.8º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0DAE is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 13 | 174 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.26 |
| HSL | 304.8º | 0.87% | 0.39% | - |
| HSV(B) | 304.8º | 0.93% | 0.74% | - |
| XYZ | 28.52 | 14.04 | 41.25 | - |
| YUV | 83.68 | 178.98 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 13 | 174 | 0 | 0.93 | 0.07 | 0.26 | 304.8 | 0.87 | 0.39 |
| Hex | BC | D | AE | 0 | 5D | 7 | 1A | 131 | 57 | 27 |
| Octal | 274 | 15 | 256 | 0 | 135 | 7 | 32 | 461 | 127 | 47 |
| Binary | 10111100 | 1101 | 10101110 | 0 | 1011101 | 111 | 11010 | 100110001 | 1010111 | 100111 |
Color Harmonies of #BC0DAE
Complementary color
Monochromatic Colors of #BC0DAE
Black with #BC0DAE
Text Example
Text Example
White with #BC0DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0DAE; }
p { color: rgb(188,13,174); }
H1.HeaderClassName
{
color: #BC0DAE;
}
.AnyTagClassName
{
color: #BC0DAE;
}
</style>
background-color css
<style>
a { background-color: #BC0DAE; }
a { background-color: rgb(188,13,174); }
div.DivClassName
{
background-color: #BC0DAE;
}
.BgClassName
{
background-color: #BC0DAE;
}
</style>
border-color css
<style>
span { border-color: #BC0DAE; }
span { border-color: rgb(188,13,174); }
td.TdClassName
{
border-color: #BC0DAE;
}
.TagClassName
{
border-color: #BC0DAE;
}
</style>