Shades of Deep Magenta #BD20DC
Tints of Deep Magenta #BD20DC
RGB
CMYK
RGB Variations
Color information
#BD20DC (or 0xBD20DC) is known color: Deep Magenta. HEX triplet: BD, 20 and DC. RGB value is (189,32,220). Sum of RGB (Red+Green+Blue) = 189+32+220=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 32 (12.89% from 255 or 7.26% 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 #BD20DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD20DC is #42DF23. Grayscale: #636363. Windows color (decimal): -4382500 or 14426301. OLE color: 14426301.
HSL color Cylindrical-coordinate representation of color #BD20DC: hue angle of 290.11º 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 #BD20DC is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 32 | 220 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.14 |
| HSL | 290.11º | 0.75% | 0.49% | - |
| HSV(B) | 290.11º | 0.85% | 0.86% | - |
| XYZ | 34.42 | 17.02 | 69.18 | - |
| YUV | 100.38 | 195.51 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 220 | 0.14 | 0.85 | 0 | 0.14 | 290.11 | 0.75 | 0.49 |
| Hex | BD | 20 | DC | E | 55 | 0 | E | 122 | 4B | 31 |
| Octal | 275 | 40 | 334 | 16 | 125 | 0 | 16 | 442 | 113 | 61 |
| Binary | 10111101 | 100000 | 11011100 | 1110 | 1010101 | 0 | 1110 | 100100010 | 1001011 | 110001 |
Color Harmonies of #BD20DC
Complementary color
Monochromatic Colors of #BD20DC
Black with #BD20DC
Text Example
Text Example
White with #BD20DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD20DC; }
p { color: rgb(189,32,220); }
H1.HeaderClassName
{
color: #BD20DC;
}
.AnyTagClassName
{
color: #BD20DC;
}
</style>
background-color css
<style>
a { background-color: #BD20DC; }
a { background-color: rgb(189,32,220); }
div.DivClassName
{
background-color: #BD20DC;
}
.BgClassName
{
background-color: #BD20DC;
}
</style>
border-color css
<style>
span { border-color: #BD20DC; }
span { border-color: rgb(189,32,220); }
td.TdClassName
{
border-color: #BD20DC;
}
.TagClassName
{
border-color: #BD20DC;
}
</style>