Shades of Deep Magenta #BC20DB
Tints of Deep Magenta #BC20DB
RGB
CMYK
RGB Variations
Color information
#BC20DB (or 0xBC20DB) is known color: Deep Magenta. HEX triplet: BC, 20 and DB. RGB value is (188,32,219). Sum of RGB (Red+Green+Blue) = 188+32+219=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 32 (12.89% from 255 or 7.29% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC20DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC20DB is #43DF24. Grayscale: #636363. Windows color (decimal): -4448037 or 14360764. OLE color: 14360764.
HSL color Cylindrical-coordinate representation of color #BC20DB: hue angle of 290.05º 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 #BC20DB is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 32 | 219 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.14 |
| HSL | 290.05º | 0.75% | 0.49% | - |
| HSV(B) | 290.05º | 0.85% | 0.86% | - |
| XYZ | 34.04 | 16.84 | 68.47 | - |
| YUV | 99.96 | 195.18 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 219 | 0.14 | 0.85 | 0 | 0.14 | 290.05 | 0.75 | 0.49 |
| Hex | BC | 20 | DB | E | 55 | 0 | E | 122 | 4B | 31 |
| Octal | 274 | 40 | 333 | 16 | 125 | 0 | 16 | 442 | 113 | 61 |
| Binary | 10111100 | 100000 | 11011011 | 1110 | 1010101 | 0 | 1110 | 100100010 | 1001011 | 110001 |
Color Harmonies of #BC20DB
Complementary color
Monochromatic Colors of #BC20DB
Black with #BC20DB
Text Example
Text Example
White with #BC20DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC20DB; }
p { color: rgb(188,32,219); }
H1.HeaderClassName
{
color: #BC20DB;
}
.AnyTagClassName
{
color: #BC20DB;
}
</style>
background-color css
<style>
a { background-color: #BC20DB; }
a { background-color: rgb(188,32,219); }
div.DivClassName
{
background-color: #BC20DB;
}
.BgClassName
{
background-color: #BC20DB;
}
</style>
border-color css
<style>
span { border-color: #BC20DB; }
span { border-color: rgb(188,32,219); }
td.TdClassName
{
border-color: #BC20DB;
}
.TagClassName
{
border-color: #BC20DB;
}
</style>