Shades of Deep Magenta #BD22BB
Tints of Deep Magenta #BD22BB
RGB
CMYK
RGB Variations
Color information
#BD22BB (or 0xBD22BB) is known color: Deep Magenta. HEX triplet: BD, 22 and BB. RGB value is (189,34,187). Sum of RGB (Red+Green+Blue) = 189+34+187=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 34 (13.67% from 255 or 8.29% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD22BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD22BB is #42DD44. Grayscale: #616161. Windows color (decimal): -4382021 or 12264125. OLE color: 12264125.
HSL color Cylindrical-coordinate representation of color #BD22BB: hue angle of 300.77º 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 #BD22BB is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 187 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.26 |
| HSL | 300.77º | 0.7% | 0.44% | - |
| HSV(B) | 300.77º | 0.82% | 0.74% | - |
| XYZ | 30.53 | 15.55 | 48.41 | - |
| YUV | 97.79 | 178.35 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 187 | 0 | 0.82 | 0.01 | 0.26 | 300.77 | 0.7 | 0.44 |
| Hex | BD | 22 | BB | 0 | 52 | 1 | 1A | 12D | 46 | 2C |
| Octal | 275 | 42 | 273 | 0 | 122 | 1 | 32 | 455 | 106 | 54 |
| Binary | 10111101 | 100010 | 10111011 | 0 | 1010010 | 1 | 11010 | 100101101 | 1000110 | 101100 |
Color Harmonies of #BD22BB
Complementary color
Monochromatic Colors of #BD22BB
Black with #BD22BB
Text Example
Text Example
White with #BD22BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD22BB; }
p { color: rgb(189,34,187); }
H1.HeaderClassName
{
color: #BD22BB;
}
.AnyTagClassName
{
color: #BD22BB;
}
</style>
background-color css
<style>
a { background-color: #BD22BB; }
a { background-color: rgb(189,34,187); }
div.DivClassName
{
background-color: #BD22BB;
}
.BgClassName
{
background-color: #BD22BB;
}
</style>
border-color css
<style>
span { border-color: #BD22BB; }
span { border-color: rgb(189,34,187); }
td.TdClassName
{
border-color: #BD22BB;
}
.TagClassName
{
border-color: #BD22BB;
}
</style>