Shades of Deep Magenta #BC20DC
Tints of Deep Magenta #BC20DC
RGB
CMYK
RGB Variations
Color information
#BC20DC (or 0xBC20DC) is known color: Deep Magenta. HEX triplet: BC, 20 and DC. RGB value is (188,32,220). Sum of RGB (Red+Green+Blue) = 188+32+220=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 32 (12.89% from 255 or 7.27% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC20DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC20DC is #43DF23. Grayscale: #636363. Windows color (decimal): -4448036 or 14426300. OLE color: 14426300.
HSL color Cylindrical-coordinate representation of color #BC20DC: hue angle of 289.79º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC20DC is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 32 | 220 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.14 |
| HSL | 289.79º | 0.75% | 0.49% | - |
| HSV(B) | 289.79º | 0.85% | 0.86% | - |
| XYZ | 34.17 | 16.89 | 69.17 | - |
| YUV | 100.08 | 195.68 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 220 | 0.15 | 0.85 | 0 | 0.14 | 289.79 | 0.75 | 0.49 |
| Hex | BC | 20 | DC | F | 55 | 0 | E | 122 | 4B | 31 |
| Octal | 274 | 40 | 334 | 17 | 125 | 0 | 16 | 442 | 113 | 61 |
| Binary | 10111100 | 100000 | 11011100 | 1111 | 1010101 | 0 | 1110 | 100100010 | 1001011 | 110001 |
Color Harmonies of #BC20DC
Complementary color
Monochromatic Colors of #BC20DC
Black with #BC20DC
Text Example
Text Example
White with #BC20DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC20DC; }
p { color: rgb(188,32,220); }
H1.HeaderClassName
{
color: #BC20DC;
}
.AnyTagClassName
{
color: #BC20DC;
}
</style>
background-color css
<style>
a { background-color: #BC20DC; }
a { background-color: rgb(188,32,220); }
div.DivClassName
{
background-color: #BC20DC;
}
.BgClassName
{
background-color: #BC20DC;
}
</style>
border-color css
<style>
span { border-color: #BC20DC; }
span { border-color: rgb(188,32,220); }
td.TdClassName
{
border-color: #BC20DC;
}
.TagClassName
{
border-color: #BC20DC;
}
</style>