Shades of Deep Magenta #BD22C8
Tints of Deep Magenta #BD22C8
RGB
CMYK
RGB Variations
Color information
#BD22C8 (or 0xBD22C8) is known color: Deep Magenta. HEX triplet: BD, 22 and C8. RGB value is (189,34,200). Sum of RGB (Red+Green+Blue) = 189+34+200=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 34 (13.67% from 255 or 8.04% from 423); Blue value is 200 (78.52% from 255 or 47.28% from 423); Max value from RGB is 200 - color contains mainly: blue. Hex color #BD22C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD22C8 is #42DD37. Grayscale: #626262. Windows color (decimal): -4382008 or 13116093. OLE color: 13116093.
HSL color Cylindrical-coordinate representation of color #BD22C8: hue angle of 296.02º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD22C8 is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 34 | 200 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.22 |
| HSL | 296.02º | 0.71% | 0.46% | - |
| HSV(B) | 296.02º | 0.83% | 0.78% | - |
| XYZ | 31.98 | 16.13 | 56.07 | - |
| YUV | 99.27 | 184.85 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 200 | 0.06 | 0.83 | 0 | 0.22 | 296.02 | 0.71 | 0.46 |
| Hex | BD | 22 | C8 | 6 | 53 | 0 | 16 | 128 | 47 | 2E |
| Octal | 275 | 42 | 310 | 6 | 123 | 0 | 26 | 450 | 107 | 56 |
| Binary | 10111101 | 100010 | 11001000 | 110 | 1010011 | 0 | 10110 | 100101000 | 1000111 | 101110 |
Color Harmonies of #BD22C8
Complementary color
Monochromatic Colors of #BD22C8
Black with #BD22C8
Text Example
Text Example
White with #BD22C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD22C8; }
p { color: rgb(189,34,200); }
H1.HeaderClassName
{
color: #BD22C8;
}
.AnyTagClassName
{
color: #BD22C8;
}
</style>
background-color css
<style>
a { background-color: #BD22C8; }
a { background-color: rgb(189,34,200); }
div.DivClassName
{
background-color: #BD22C8;
}
.BgClassName
{
background-color: #BD22C8;
}
</style>
border-color css
<style>
span { border-color: #BD22C8; }
span { border-color: rgb(189,34,200); }
td.TdClassName
{
border-color: #BD22C8;
}
.TagClassName
{
border-color: #BD22C8;
}
</style>