Shades of Deep Magenta #BD20D3
Tints of Deep Magenta #BD20D3
RGB
CMYK
RGB Variations
Color information
#BD20D3 (or 0xBD20D3) is known color: Deep Magenta. HEX triplet: BD, 20 and D3. RGB value is (189,32,211). Sum of RGB (Red+Green+Blue) = 189+32+211=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 32 (12.89% from 255 or 7.41% from 432); Blue value is 211 (82.81% from 255 or 48.84% from 432); Max value from RGB is 211 - color contains mainly: blue. Hex color #BD20D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD20D3 is #42DF2C. Grayscale: #626262. Windows color (decimal): -4382509 or 13836477. OLE color: 13836477.
HSL color Cylindrical-coordinate representation of color #BD20D3: hue angle of 292.63º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD20D3 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 32 | 211 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.17 |
| HSL | 292.63º | 0.74% | 0.48% | - |
| HSV(B) | 292.63º | 0.85% | 0.83% | - |
| XYZ | 33.26 | 16.55 | 63.07 | - |
| YUV | 99.35 | 191.01 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 211 | 0.10 | 0.85 | 0 | 0.17 | 292.63 | 0.74 | 0.48 |
| Hex | BD | 20 | D3 | A | 55 | 0 | 11 | 125 | 4A | 30 |
| Octal | 275 | 40 | 323 | 12 | 125 | 0 | 21 | 445 | 112 | 60 |
| Binary | 10111101 | 100000 | 11010011 | 1010 | 1010101 | 0 | 10001 | 100100101 | 1001010 | 110000 |
Color Harmonies of #BD20D3
Complementary color
Monochromatic Colors of #BD20D3
Black with #BD20D3
Text Example
Text Example
White with #BD20D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD20D3; }
p { color: rgb(189,32,211); }
H1.HeaderClassName
{
color: #BD20D3;
}
.AnyTagClassName
{
color: #BD20D3;
}
</style>
background-color css
<style>
a { background-color: #BD20D3; }
a { background-color: rgb(189,32,211); }
div.DivClassName
{
background-color: #BD20D3;
}
.BgClassName
{
background-color: #BD20D3;
}
</style>
border-color css
<style>
span { border-color: #BD20D3; }
span { border-color: rgb(189,32,211); }
td.TdClassName
{
border-color: #BD20D3;
}
.TagClassName
{
border-color: #BD20D3;
}
</style>