Shades of Deep Magenta #BC12AE
Tints of Deep Magenta #BC12AE
RGB
CMYK
RGB Variations
Color information
#BC12AE (or 0xBC12AE) is known color: Deep Magenta. HEX triplet: BC, 12 and AE. RGB value is (188,18,174). Sum of RGB (Red+Green+Blue) = 188+18+174=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC12AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC12AE is #43ED51. Grayscale: #565656. Windows color (decimal): -4451666 or 11408060. OLE color: 11408060.
HSL color Cylindrical-coordinate representation of color #BC12AE: hue angle of 304.94º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC12AE is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 174 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.26 |
| HSL | 304.94º | 0.83% | 0.4% | - |
| HSV(B) | 304.94º | 0.9% | 0.74% | - |
| XYZ | 28.6 | 14.18 | 41.27 | - |
| YUV | 86.61 | 177.32 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 174 | 0 | 0.90 | 0.07 | 0.26 | 304.94 | 0.83 | 0.4 |
| Hex | BC | 12 | AE | 0 | 5A | 7 | 1A | 131 | 53 | 28 |
| Octal | 274 | 22 | 256 | 0 | 132 | 7 | 32 | 461 | 123 | 50 |
| Binary | 10111100 | 10010 | 10101110 | 0 | 1011010 | 111 | 11010 | 100110001 | 1010011 | 101000 |
Color Harmonies of #BC12AE
Complementary color
Monochromatic Colors of #BC12AE
Black with #BC12AE
Text Example
Text Example
White with #BC12AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC12AE; }
p { color: rgb(188,18,174); }
H1.HeaderClassName
{
color: #BC12AE;
}
.AnyTagClassName
{
color: #BC12AE;
}
</style>
background-color css
<style>
a { background-color: #BC12AE; }
a { background-color: rgb(188,18,174); }
div.DivClassName
{
background-color: #BC12AE;
}
.BgClassName
{
background-color: #BC12AE;
}
</style>
border-color css
<style>
span { border-color: #BC12AE; }
span { border-color: rgb(188,18,174); }
td.TdClassName
{
border-color: #BC12AE;
}
.TagClassName
{
border-color: #BC12AE;
}
</style>