Shades of Deep Magenta #BD22B9
Tints of Deep Magenta #BD22B9
RGB
CMYK
RGB Variations
Color information
#BD22B9 (or 0xBD22B9) is known color: Deep Magenta. HEX triplet: BD, 22 and B9. RGB value is (189,34,185). Sum of RGB (Red+Green+Blue) = 189+34+185=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 34 (13.67% from 255 or 8.33% from 408); Blue value is 185 (72.66% from 255 or 45.34% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD22B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD22B9 is #42DD46. Grayscale: #616161. Windows color (decimal): -4382023 or 12133053. OLE color: 12133053.
HSL color Cylindrical-coordinate representation of color #BD22B9: hue angle of 301.55º 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 #BD22B9 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 185 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.26 |
| HSL | 301.55º | 0.7% | 0.44% | - |
| HSV(B) | 301.55º | 0.82% | 0.74% | - |
| XYZ | 30.32 | 15.47 | 47.29 | - |
| YUV | 97.56 | 177.35 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 185 | 0 | 0.82 | 0.02 | 0.26 | 301.55 | 0.7 | 0.44 |
| Hex | BD | 22 | B9 | 0 | 52 | 2 | 1A | 12E | 46 | 2C |
| Octal | 275 | 42 | 271 | 0 | 122 | 2 | 32 | 456 | 106 | 54 |
| Binary | 10111101 | 100010 | 10111001 | 0 | 1010010 | 10 | 11010 | 100101110 | 1000110 | 101100 |
Color Harmonies of #BD22B9
Complementary color
Monochromatic Colors of #BD22B9
Black with #BD22B9
Text Example
Text Example
White with #BD22B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD22B9; }
p { color: rgb(189,34,185); }
H1.HeaderClassName
{
color: #BD22B9;
}
.AnyTagClassName
{
color: #BD22B9;
}
</style>
background-color css
<style>
a { background-color: #BD22B9; }
a { background-color: rgb(189,34,185); }
div.DivClassName
{
background-color: #BD22B9;
}
.BgClassName
{
background-color: #BD22B9;
}
</style>
border-color css
<style>
span { border-color: #BD22B9; }
span { border-color: rgb(189,34,185); }
td.TdClassName
{
border-color: #BD22B9;
}
.TagClassName
{
border-color: #BD22B9;
}
</style>