Shades of Deep Magenta #BD21E0
Tints of Deep Magenta #BD21E0
RGB
CMYK
RGB Variations
Color information
#BD21E0 (or 0xBD21E0) is known color: Deep Magenta. HEX triplet: BD, 21 and E0. RGB value is (189,33,224). Sum of RGB (Red+Green+Blue) = 189+33+224=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 33 (13.28% from 255 or 7.40% from 446); Blue value is 224 (87.89% from 255 or 50.22% from 446); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD21E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD21E0 is #42DE1F. Grayscale: #646464. Windows color (decimal): -4382240 or 14688701. OLE color: 14688701.
HSL color Cylindrical-coordinate representation of color #BD21E0: hue angle of 289.01º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD21E0 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 33 | 224 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.12 |
| HSL | 289.01º | 0.75% | 0.5% | - |
| HSV(B) | 289.01º | 0.85% | 0.88% | - |
| XYZ | 34.98 | 17.29 | 72.01 | - |
| YUV | 101.42 | 197.18 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 224 | 0.16 | 0.85 | 0 | 0.12 | 289.01 | 0.75 | 0.5 |
| Hex | BD | 21 | E0 | 10 | 55 | 0 | C | 121 | 4B | 32 |
| Octal | 275 | 41 | 340 | 20 | 125 | 0 | 14 | 441 | 113 | 62 |
| Binary | 10111101 | 100001 | 11100000 | 10000 | 1010101 | 0 | 1100 | 100100001 | 1001011 | 110010 |
Color Harmonies of #BD21E0
Complementary color
Monochromatic Colors of #BD21E0
Black with #BD21E0
Text Example
Text Example
White with #BD21E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD21E0; }
p { color: rgb(189,33,224); }
H1.HeaderClassName
{
color: #BD21E0;
}
.AnyTagClassName
{
color: #BD21E0;
}
</style>
background-color css
<style>
a { background-color: #BD21E0; }
a { background-color: rgb(189,33,224); }
div.DivClassName
{
background-color: #BD21E0;
}
.BgClassName
{
background-color: #BD21E0;
}
</style>
border-color css
<style>
span { border-color: #BD21E0; }
span { border-color: rgb(189,33,224); }
td.TdClassName
{
border-color: #BD21E0;
}
.TagClassName
{
border-color: #BD21E0;
}
</style>