Shades of Deep Magenta #BD20BD
Tints of Deep Magenta #BD20BD
RGB
CMYK
RGB Variations
Color information
#BD20BD (or 0xBD20BD) is known color: Deep Magenta. HEX triplet: BD, 20 and BD. RGB value is (189,32,189). Sum of RGB (Red+Green+Blue) = 189+32+189=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 32 (12.89% from 255 or 7.80% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD20BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD20BD is #42DF42. Grayscale: #606060. Windows color (decimal): -4382531 or 12394685. OLE color: 12394685.
HSL color Cylindrical-coordinate representation of color #BD20BD: hue angle of 300º 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 #BD20BD is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 32 | 189 | - |
| CMYK | 0 | 0.83 | 0 | 0.26 |
| HSL | 300º | 0.71% | 0.43% | - |
| HSV(B) | 300º | 0.83% | 0.74% | - |
| XYZ | 30.69 | 15.53 | 49.52 | - |
| YUV | 96.84 | 180.01 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 189 | 0 | 0.83 | 0 | 0.26 | 300 | 0.71 | 0.43 |
| Hex | BD | 20 | BD | 0 | 53 | 0 | 1A | 12C | 47 | 2B |
| Octal | 275 | 40 | 275 | 0 | 123 | 0 | 32 | 454 | 107 | 53 |
| Binary | 10111101 | 100000 | 10111101 | 0 | 1010011 | 0 | 11010 | 100101100 | 1000111 | 101011 |
Color Harmonies of #BD20BD
Complementary color
Monochromatic Colors of #BD20BD
Black with #BD20BD
Text Example
Text Example
White with #BD20BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD20BD; }
p { color: rgb(189,32,189); }
H1.HeaderClassName
{
color: #BD20BD;
}
.AnyTagClassName
{
color: #BD20BD;
}
</style>
background-color css
<style>
a { background-color: #BD20BD; }
a { background-color: rgb(189,32,189); }
div.DivClassName
{
background-color: #BD20BD;
}
.BgClassName
{
background-color: #BD20BD;
}
</style>
border-color css
<style>
span { border-color: #BD20BD; }
span { border-color: rgb(189,32,189); }
td.TdClassName
{
border-color: #BD20BD;
}
.TagClassName
{
border-color: #BD20BD;
}
</style>