Shades of Deep Magenta #BD22AF
Tints of Deep Magenta #BD22AF
RGB
CMYK
RGB Variations
Color information
#BD22AF (or 0xBD22AF) is known color: Deep Magenta. HEX triplet: BD, 22 and AF. RGB value is (189,34,175). Sum of RGB (Red+Green+Blue) = 189+34+175=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 34 (13.67% from 255 or 8.54% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD22AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD22AF is #42DD50. Grayscale: #606060. Windows color (decimal): -4382033 or 11477693. OLE color: 11477693.
HSL color Cylindrical-coordinate representation of color #BD22AF: hue angle of 305.42º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD22AF is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 175 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.26 |
| HSL | 305.42º | 0.7% | 0.44% | - |
| HSV(B) | 305.42º | 0.82% | 0.74% | - |
| XYZ | 29.3 | 15.06 | 41.92 | - |
| YUV | 96.42 | 172.35 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 175 | 0 | 0.82 | 0.07 | 0.26 | 305.42 | 0.7 | 0.44 |
| Hex | BD | 22 | AF | 0 | 52 | 7 | 1A | 131 | 46 | 2C |
| Octal | 275 | 42 | 257 | 0 | 122 | 7 | 32 | 461 | 106 | 54 |
| Binary | 10111101 | 100010 | 10101111 | 0 | 1010010 | 111 | 11010 | 100110001 | 1000110 | 101100 |
Color Harmonies of #BD22AF
Complementary color
Monochromatic Colors of #BD22AF
Black with #BD22AF
Text Example
Text Example
White with #BD22AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD22AF; }
p { color: rgb(189,34,175); }
H1.HeaderClassName
{
color: #BD22AF;
}
.AnyTagClassName
{
color: #BD22AF;
}
</style>
background-color css
<style>
a { background-color: #BD22AF; }
a { background-color: rgb(189,34,175); }
div.DivClassName
{
background-color: #BD22AF;
}
.BgClassName
{
background-color: #BD22AF;
}
</style>
border-color css
<style>
span { border-color: #BD22AF; }
span { border-color: rgb(189,34,175); }
td.TdClassName
{
border-color: #BD22AF;
}
.TagClassName
{
border-color: #BD22AF;
}
</style>