Shades of Deep Magenta #BD20E0
Tints of Deep Magenta #BD20E0
RGB
CMYK
RGB Variations
Color information
#BD20E0 (or 0xBD20E0) is known color: Deep Magenta. HEX triplet: BD, 20 and E0. RGB value is (189,32,224). Sum of RGB (Red+Green+Blue) = 189+32+224=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 32 (12.89% from 255 or 7.19% from 445); Blue value is 224 (87.89% from 255 or 50.34% from 445); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD20E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD20E0 is #42DF1F. Grayscale: #646464. Windows color (decimal): -4382496 or 14688445. OLE color: 14688445.
HSL color Cylindrical-coordinate representation of color #BD20E0: hue angle of 289.06º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD20E0 is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 32 | 224 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.12 |
| HSL | 289.06º | 0.76% | 0.5% | - |
| HSV(B) | 289.06º | 0.86% | 0.88% | - |
| XYZ | 34.96 | 17.23 | 72 | - |
| YUV | 100.83 | 197.51 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 224 | 0.16 | 0.86 | 0 | 0.12 | 289.06 | 0.76 | 0.5 |
| Hex | BD | 20 | E0 | 10 | 56 | 0 | C | 121 | 4C | 32 |
| Octal | 275 | 40 | 340 | 20 | 126 | 0 | 14 | 441 | 114 | 62 |
| Binary | 10111101 | 100000 | 11100000 | 10000 | 1010110 | 0 | 1100 | 100100001 | 1001100 | 110010 |
Color Harmonies of #BD20E0
Complementary color
Monochromatic Colors of #BD20E0
Black with #BD20E0
Text Example
Text Example
White with #BD20E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD20E0; }
p { color: rgb(189,32,224); }
H1.HeaderClassName
{
color: #BD20E0;
}
.AnyTagClassName
{
color: #BD20E0;
}
</style>
background-color css
<style>
a { background-color: #BD20E0; }
a { background-color: rgb(189,32,224); }
div.DivClassName
{
background-color: #BD20E0;
}
.BgClassName
{
background-color: #BD20E0;
}
</style>
border-color css
<style>
span { border-color: #BD20E0; }
span { border-color: rgb(189,32,224); }
td.TdClassName
{
border-color: #BD20E0;
}
.TagClassName
{
border-color: #BD20E0;
}
</style>