Shades of Deep Magenta #BD20AE
Tints of Deep Magenta #BD20AE
RGB
CMYK
RGB Variations
Color information
#BD20AE (or 0xBD20AE) is known color: Deep Magenta. HEX triplet: BD, 20 and AE. RGB value is (189,32,174). Sum of RGB (Red+Green+Blue) = 189+32+174=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD20AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD20AE is #42DF51. Grayscale: #5E5E5E. Windows color (decimal): -4382546 or 11411645. OLE color: 11411645.
HSL color Cylindrical-coordinate representation of color #BD20AE: hue angle of 305.73º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD20AE is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 32 | 174 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.26 |
| HSL | 305.73º | 0.71% | 0.43% | - |
| HSV(B) | 305.73º | 0.83% | 0.74% | - |
| XYZ | 29.14 | 14.91 | 41.39 | - |
| YUV | 95.13 | 172.51 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 174 | 0 | 0.83 | 0.08 | 0.26 | 305.73 | 0.71 | 0.43 |
| Hex | BD | 20 | AE | 0 | 53 | 8 | 1A | 132 | 47 | 2B |
| Octal | 275 | 40 | 256 | 0 | 123 | 10 | 32 | 462 | 107 | 53 |
| Binary | 10111101 | 100000 | 10101110 | 0 | 1010011 | 1000 | 11010 | 100110010 | 1000111 | 101011 |
Color Harmonies of #BD20AE
Complementary color
Monochromatic Colors of #BD20AE
Black with #BD20AE
Text Example
Text Example
White with #BD20AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD20AE; }
p { color: rgb(189,32,174); }
H1.HeaderClassName
{
color: #BD20AE;
}
.AnyTagClassName
{
color: #BD20AE;
}
</style>
background-color css
<style>
a { background-color: #BD20AE; }
a { background-color: rgb(189,32,174); }
div.DivClassName
{
background-color: #BD20AE;
}
.BgClassName
{
background-color: #BD20AE;
}
</style>
border-color css
<style>
span { border-color: #BD20AE; }
span { border-color: rgb(189,32,174); }
td.TdClassName
{
border-color: #BD20AE;
}
.TagClassName
{
border-color: #BD20AE;
}
</style>