Shades of Deep Magenta #BD22D0
Tints of Deep Magenta #BD22D0
RGB
CMYK
RGB Variations
Color information
#BD22D0 (or 0xBD22D0) is known color: Deep Magenta. HEX triplet: BD, 22 and D0. RGB value is (189,34,208). Sum of RGB (Red+Green+Blue) = 189+34+208=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 34 (13.67% from 255 or 7.89% from 431); Blue value is 208 (81.64% from 255 or 48.26% from 431); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD22D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD22D0 is #42DD2F. Grayscale: #636363. Windows color (decimal): -4382000 or 13640381. OLE color: 13640381.
HSL color Cylindrical-coordinate representation of color #BD22D0: hue angle of 293.45º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD22D0 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 34 | 208 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.18 |
| HSL | 293.45º | 0.72% | 0.47% | - |
| HSV(B) | 293.45º | 0.84% | 0.82% | - |
| XYZ | 32.94 | 16.52 | 61.13 | - |
| YUV | 100.18 | 188.85 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 208 | 0.09 | 0.84 | 0 | 0.18 | 293.45 | 0.72 | 0.47 |
| Hex | BD | 22 | D0 | 9 | 54 | 0 | 12 | 125 | 48 | 2F |
| Octal | 275 | 42 | 320 | 11 | 124 | 0 | 22 | 445 | 110 | 57 |
| Binary | 10111101 | 100010 | 11010000 | 1001 | 1010100 | 0 | 10010 | 100100101 | 1001000 | 101111 |
Color Harmonies of #BD22D0
Complementary color
Monochromatic Colors of #BD22D0
Black with #BD22D0
Text Example
Text Example
White with #BD22D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD22D0; }
p { color: rgb(189,34,208); }
H1.HeaderClassName
{
color: #BD22D0;
}
.AnyTagClassName
{
color: #BD22D0;
}
</style>
background-color css
<style>
a { background-color: #BD22D0; }
a { background-color: rgb(189,34,208); }
div.DivClassName
{
background-color: #BD22D0;
}
.BgClassName
{
background-color: #BD22D0;
}
</style>
border-color css
<style>
span { border-color: #BD22D0; }
span { border-color: rgb(189,34,208); }
td.TdClassName
{
border-color: #BD22D0;
}
.TagClassName
{
border-color: #BD22D0;
}
</style>