Shades of Deep Magenta #BC20DE
Tints of Deep Magenta #BC20DE
RGB
CMYK
RGB Variations
Color information
#BC20DE (or 0xBC20DE) is known color: Deep Magenta. HEX triplet: BC, 20 and DE. RGB value is (188,32,222). Sum of RGB (Red+Green+Blue) = 188+32+222=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 32 (12.89% from 255 or 7.24% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC20DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC20DE is #43DF21. Grayscale: #636363. Windows color (decimal): -4448034 or 14557372. OLE color: 14557372.
HSL color Cylindrical-coordinate representation of color #BC20DE: hue angle of 289.26º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC20DE is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 32 | 222 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.13 |
| HSL | 289.26º | 0.75% | 0.5% | - |
| HSV(B) | 289.26º | 0.86% | 0.87% | - |
| XYZ | 34.44 | 17 | 70.57 | - |
| YUV | 100.3 | 196.68 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 222 | 0.15 | 0.86 | 0 | 0.13 | 289.26 | 0.75 | 0.5 |
| Hex | BC | 20 | DE | F | 56 | 0 | D | 121 | 4B | 32 |
| Octal | 274 | 40 | 336 | 17 | 126 | 0 | 15 | 441 | 113 | 62 |
| Binary | 10111100 | 100000 | 11011110 | 1111 | 1010110 | 0 | 1101 | 100100001 | 1001011 | 110010 |
Color Harmonies of #BC20DE
Complementary color
Monochromatic Colors of #BC20DE
Black with #BC20DE
Text Example
Text Example
White with #BC20DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC20DE; }
p { color: rgb(188,32,222); }
H1.HeaderClassName
{
color: #BC20DE;
}
.AnyTagClassName
{
color: #BC20DE;
}
</style>
background-color css
<style>
a { background-color: #BC20DE; }
a { background-color: rgb(188,32,222); }
div.DivClassName
{
background-color: #BC20DE;
}
.BgClassName
{
background-color: #BC20DE;
}
</style>
border-color css
<style>
span { border-color: #BC20DE; }
span { border-color: rgb(188,32,222); }
td.TdClassName
{
border-color: #BC20DE;
}
.TagClassName
{
border-color: #BC20DE;
}
</style>