Shades of Deep Magenta #BC12AD
Tints of Deep Magenta #BC12AD
RGB
CMYK
RGB Variations
Color information
#BC12AD (or 0xBC12AD) is known color: Deep Magenta. HEX triplet: BC, 12 and AD. RGB value is (188,18,173). Sum of RGB (Red+Green+Blue) = 188+18+173=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 18 (7.42% from 255 or 4.75% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC12AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC12AD is #43ED52. Grayscale: #565656. Windows color (decimal): -4451667 or 11342524. OLE color: 11342524.
HSL color Cylindrical-coordinate representation of color #BC12AD: hue angle of 305.29º 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 #BC12AD is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 173 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.26 |
| HSL | 305.29º | 0.83% | 0.4% | - |
| HSV(B) | 305.29º | 0.9% | 0.74% | - |
| XYZ | 28.5 | 14.14 | 40.76 | - |
| YUV | 86.5 | 176.82 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 173 | 0 | 0.90 | 0.08 | 0.26 | 305.29 | 0.83 | 0.4 |
| Hex | BC | 12 | AD | 0 | 5A | 8 | 1A | 131 | 53 | 28 |
| Octal | 274 | 22 | 255 | 0 | 132 | 10 | 32 | 461 | 123 | 50 |
| Binary | 10111100 | 10010 | 10101101 | 0 | 1011010 | 1000 | 11010 | 100110001 | 1010011 | 101000 |
Color Harmonies of #BC12AD
Complementary color
Monochromatic Colors of #BC12AD
Black with #BC12AD
Text Example
Text Example
White with #BC12AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC12AD; }
p { color: rgb(188,18,173); }
H1.HeaderClassName
{
color: #BC12AD;
}
.AnyTagClassName
{
color: #BC12AD;
}
</style>
background-color css
<style>
a { background-color: #BC12AD; }
a { background-color: rgb(188,18,173); }
div.DivClassName
{
background-color: #BC12AD;
}
.BgClassName
{
background-color: #BC12AD;
}
</style>
border-color css
<style>
span { border-color: #BC12AD; }
span { border-color: rgb(188,18,173); }
td.TdClassName
{
border-color: #BC12AD;
}
.TagClassName
{
border-color: #BC12AD;
}
</style>