Shades of Deep Magenta #BC12D9
Tints of Deep Magenta #BC12D9
RGB
CMYK
RGB Variations
Color information
#BC12D9 (or 0xBC12D9) is known color: Deep Magenta. HEX triplet: BC, 12 and D9. RGB value is (188,18,217). Sum of RGB (Red+Green+Blue) = 188+18+217=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 18 (7.42% from 255 or 4.26% from 423); Blue value is 217 (85.16% from 255 or 51.30% from 423); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC12D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC12D9 is #43ED26. Grayscale: #5A5A5A. Windows color (decimal): -4451623 or 14226108. OLE color: 14226108.
HSL color Cylindrical-coordinate representation of color #BC12D9: hue angle of 291.26º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC12D9 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 18 | 217 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.15 |
| HSL | 291.26º | 0.85% | 0.46% | - |
| HSV(B) | 291.26º | 0.92% | 0.85% | - |
| XYZ | 33.48 | 16.13 | 67 | - |
| YUV | 91.52 | 198.82 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 217 | 0.13 | 0.92 | 0 | 0.15 | 291.26 | 0.85 | 0.46 |
| Hex | BC | 12 | D9 | D | 5C | 0 | F | 123 | 55 | 2E |
| Octal | 274 | 22 | 331 | 15 | 134 | 0 | 17 | 443 | 125 | 56 |
| Binary | 10111100 | 10010 | 11011001 | 1101 | 1011100 | 0 | 1111 | 100100011 | 1010101 | 101110 |
Color Harmonies of #BC12D9
Complementary color
Monochromatic Colors of #BC12D9
Black with #BC12D9
Text Example
Text Example
White with #BC12D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC12D9; }
p { color: rgb(188,18,217); }
H1.HeaderClassName
{
color: #BC12D9;
}
.AnyTagClassName
{
color: #BC12D9;
}
</style>
background-color css
<style>
a { background-color: #BC12D9; }
a { background-color: rgb(188,18,217); }
div.DivClassName
{
background-color: #BC12D9;
}
.BgClassName
{
background-color: #BC12D9;
}
</style>
border-color css
<style>
span { border-color: #BC12D9; }
span { border-color: rgb(188,18,217); }
td.TdClassName
{
border-color: #BC12D9;
}
.TagClassName
{
border-color: #BC12D9;
}
</style>