Shades of Deep Magenta #BC20DF
Tints of Deep Magenta #BC20DF
RGB
CMYK
RGB Variations
Color information
#BC20DF (or 0xBC20DF) is known color: Deep Magenta. HEX triplet: BC, 20 and DF. RGB value is (188,32,223). Sum of RGB (Red+Green+Blue) = 188+32+223=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 32 (12.89% from 255 or 7.22% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC20DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC20DF is #43DF20. Grayscale: #636363. Windows color (decimal): -4448033 or 14622908. OLE color: 14622908.
HSL color Cylindrical-coordinate representation of color #BC20DF: hue angle of 289.01º 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 #BC20DF is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 32 | 223 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.13 |
| HSL | 289.01º | 0.75% | 0.5% | - |
| HSV(B) | 289.01º | 0.86% | 0.87% | - |
| XYZ | 34.57 | 17.05 | 71.28 | - |
| YUV | 100.42 | 197.18 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 223 | 0.16 | 0.86 | 0 | 0.13 | 289.01 | 0.75 | 0.5 |
| Hex | BC | 20 | DF | 10 | 56 | 0 | D | 121 | 4B | 32 |
| Octal | 274 | 40 | 337 | 20 | 126 | 0 | 15 | 441 | 113 | 62 |
| Binary | 10111100 | 100000 | 11011111 | 10000 | 1010110 | 0 | 1101 | 100100001 | 1001011 | 110010 |
Color Harmonies of #BC20DF
Complementary color
Monochromatic Colors of #BC20DF
Black with #BC20DF
Text Example
Text Example
White with #BC20DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC20DF; }
p { color: rgb(188,32,223); }
H1.HeaderClassName
{
color: #BC20DF;
}
.AnyTagClassName
{
color: #BC20DF;
}
</style>
background-color css
<style>
a { background-color: #BC20DF; }
a { background-color: rgb(188,32,223); }
div.DivClassName
{
background-color: #BC20DF;
}
.BgClassName
{
background-color: #BC20DF;
}
</style>
border-color css
<style>
span { border-color: #BC20DF; }
span { border-color: rgb(188,32,223); }
td.TdClassName
{
border-color: #BC20DF;
}
.TagClassName
{
border-color: #BC20DF;
}
</style>