Shades of Deep Magenta #BD22CF
Tints of Deep Magenta #BD22CF
RGB
CMYK
RGB Variations
Color information
#BD22CF (or 0xBD22CF) is known color: Deep Magenta. HEX triplet: BD, 22 and CF. RGB value is (189,34,207). Sum of RGB (Red+Green+Blue) = 189+34+207=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 34 (13.67% from 255 or 7.91% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD22CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD22CF is #42DD30. Grayscale: #636363. Windows color (decimal): -4382001 or 13574845. OLE color: 13574845.
HSL color Cylindrical-coordinate representation of color #BD22CF: hue angle of 293.76º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD22CF is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 34 | 207 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.19 |
| HSL | 293.76º | 0.72% | 0.47% | - |
| HSV(B) | 293.76º | 0.84% | 0.81% | - |
| XYZ | 32.82 | 16.47 | 60.48 | - |
| YUV | 100.07 | 188.35 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 207 | 0.09 | 0.84 | 0 | 0.19 | 293.76 | 0.72 | 0.47 |
| Hex | BD | 22 | CF | 9 | 54 | 0 | 13 | 126 | 48 | 2F |
| Octal | 275 | 42 | 317 | 11 | 124 | 0 | 23 | 446 | 110 | 57 |
| Binary | 10111101 | 100010 | 11001111 | 1001 | 1010100 | 0 | 10011 | 100100110 | 1001000 | 101111 |
Color Harmonies of #BD22CF
Complementary color
Monochromatic Colors of #BD22CF
Black with #BD22CF
Text Example
Text Example
White with #BD22CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD22CF; }
p { color: rgb(189,34,207); }
H1.HeaderClassName
{
color: #BD22CF;
}
.AnyTagClassName
{
color: #BD22CF;
}
</style>
background-color css
<style>
a { background-color: #BD22CF; }
a { background-color: rgb(189,34,207); }
div.DivClassName
{
background-color: #BD22CF;
}
.BgClassName
{
background-color: #BD22CF;
}
</style>
border-color css
<style>
span { border-color: #BD22CF; }
span { border-color: rgb(189,34,207); }
td.TdClassName
{
border-color: #BD22CF;
}
.TagClassName
{
border-color: #BD22CF;
}
</style>