Shades of Deep Magenta #BD22DC
Tints of Deep Magenta #BD22DC
RGB
CMYK
RGB Variations
Color information
#BD22DC (or 0xBD22DC) is known color: Deep Magenta. HEX triplet: BD, 22 and DC. RGB value is (189,34,220). Sum of RGB (Red+Green+Blue) = 189+34+220=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 34 (13.67% from 255 or 7.67% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD22DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD22DC is #42DD23. Grayscale: #646464. Windows color (decimal): -4381988 or 14426813. OLE color: 14426813.
HSL color Cylindrical-coordinate representation of color #BD22DC: hue angle of 290º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD22DC is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 34 | 220 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.14 |
| HSL | 290º | 0.73% | 0.5% | - |
| HSV(B) | 290º | 0.85% | 0.86% | - |
| XYZ | 34.48 | 17.13 | 69.2 | - |
| YUV | 101.55 | 194.85 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 220 | 0.14 | 0.85 | 0 | 0.14 | 290 | 0.73 | 0.5 |
| Hex | BD | 22 | DC | E | 55 | 0 | E | 122 | 49 | 32 |
| Octal | 275 | 42 | 334 | 16 | 125 | 0 | 16 | 442 | 111 | 62 |
| Binary | 10111101 | 100010 | 11011100 | 1110 | 1010101 | 0 | 1110 | 100100010 | 1001001 | 110010 |
Color Harmonies of #BD22DC
Complementary color
Monochromatic Colors of #BD22DC
Black with #BD22DC
Text Example
Text Example
White with #BD22DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD22DC; }
p { color: rgb(189,34,220); }
H1.HeaderClassName
{
color: #BD22DC;
}
.AnyTagClassName
{
color: #BD22DC;
}
</style>
background-color css
<style>
a { background-color: #BD22DC; }
a { background-color: rgb(189,34,220); }
div.DivClassName
{
background-color: #BD22DC;
}
.BgClassName
{
background-color: #BD22DC;
}
</style>
border-color css
<style>
span { border-color: #BD22DC; }
span { border-color: rgb(189,34,220); }
td.TdClassName
{
border-color: #BD22DC;
}
.TagClassName
{
border-color: #BD22DC;
}
</style>