Shades of Deep Magenta #BD22CB
Tints of Deep Magenta #BD22CB
RGB
CMYK
RGB Variations
Color information
#BD22CB (or 0xBD22CB) is known color: Deep Magenta. HEX triplet: BD, 22 and CB. RGB value is (189,34,203). Sum of RGB (Red+Green+Blue) = 189+34+203=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 34 (13.67% from 255 or 7.98% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD22CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD22CB is #42DD34. Grayscale: #636363. Windows color (decimal): -4382005 or 13312701. OLE color: 13312701.
HSL color Cylindrical-coordinate representation of color #BD22CB: hue angle of 295.03º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD22CB is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 34 | 203 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.20 |
| HSL | 295.03º | 0.71% | 0.46% | - |
| HSV(B) | 295.03º | 0.83% | 0.8% | - |
| XYZ | 32.34 | 16.27 | 57.94 | - |
| YUV | 99.61 | 186.35 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 203 | 0.07 | 0.83 | 0 | 0.20 | 295.03 | 0.71 | 0.46 |
| Hex | BD | 22 | CB | 7 | 53 | 0 | 14 | 127 | 47 | 2E |
| Octal | 275 | 42 | 313 | 7 | 123 | 0 | 24 | 447 | 107 | 56 |
| Binary | 10111101 | 100010 | 11001011 | 111 | 1010011 | 0 | 10100 | 100100111 | 1000111 | 101110 |
Color Harmonies of #BD22CB
Complementary color
Monochromatic Colors of #BD22CB
Black with #BD22CB
Text Example
Text Example
White with #BD22CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD22CB; }
p { color: rgb(189,34,203); }
H1.HeaderClassName
{
color: #BD22CB;
}
.AnyTagClassName
{
color: #BD22CB;
}
</style>
background-color css
<style>
a { background-color: #BD22CB; }
a { background-color: rgb(189,34,203); }
div.DivClassName
{
background-color: #BD22CB;
}
.BgClassName
{
background-color: #BD22CB;
}
</style>
border-color css
<style>
span { border-color: #BD22CB; }
span { border-color: rgb(189,34,203); }
td.TdClassName
{
border-color: #BD22CB;
}
.TagClassName
{
border-color: #BD22CB;
}
</style>