Shades of Deep Magenta #BC21DC
Tints of Deep Magenta #BC21DC
RGB
CMYK
RGB Variations
Color information
#BC21DC (or 0xBC21DC) is known color: Deep Magenta. HEX triplet: BC, 21 and DC. RGB value is (188,33,220). Sum of RGB (Red+Green+Blue) = 188+33+220=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 33 (13.28% from 255 or 7.48% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC21DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC21DC is #43DE23. Grayscale: #646464. Windows color (decimal): -4447780 or 14426556. OLE color: 14426556.
HSL color Cylindrical-coordinate representation of color #BC21DC: hue angle of 289.73º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC21DC is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 33 | 220 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.14 |
| HSL | 289.73º | 0.74% | 0.5% | - |
| HSV(B) | 289.73º | 0.85% | 0.86% | - |
| XYZ | 34.2 | 16.95 | 69.18 | - |
| YUV | 100.66 | 195.35 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 220 | 0.15 | 0.85 | 0 | 0.14 | 289.73 | 0.74 | 0.5 |
| Hex | BC | 21 | DC | F | 55 | 0 | E | 122 | 4A | 32 |
| Octal | 274 | 41 | 334 | 17 | 125 | 0 | 16 | 442 | 112 | 62 |
| Binary | 10111100 | 100001 | 11011100 | 1111 | 1010101 | 0 | 1110 | 100100010 | 1001010 | 110010 |
Color Harmonies of #BC21DC
Complementary color
Monochromatic Colors of #BC21DC
Black with #BC21DC
Text Example
Text Example
White with #BC21DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC21DC; }
p { color: rgb(188,33,220); }
H1.HeaderClassName
{
color: #BC21DC;
}
.AnyTagClassName
{
color: #BC21DC;
}
</style>
background-color css
<style>
a { background-color: #BC21DC; }
a { background-color: rgb(188,33,220); }
div.DivClassName
{
background-color: #BC21DC;
}
.BgClassName
{
background-color: #BC21DC;
}
</style>
border-color css
<style>
span { border-color: #BC21DC; }
span { border-color: rgb(188,33,220); }
td.TdClassName
{
border-color: #BC21DC;
}
.TagClassName
{
border-color: #BC21DC;
}
</style>