Shades of Deep Magenta #BD22BE
Tints of Deep Magenta #BD22BE
RGB
CMYK
RGB Variations
Color information
#BD22BE (or 0xBD22BE) is known color: Deep Magenta. HEX triplet: BD, 22 and BE. RGB value is (189,34,190). Sum of RGB (Red+Green+Blue) = 189+34+190=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 34 (13.67% from 255 or 8.23% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD22BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD22BE is #42DD41. Grayscale: #616161. Windows color (decimal): -4382018 or 12460733. OLE color: 12460733.
HSL color Cylindrical-coordinate representation of color #BD22BE: hue angle of 299.62º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD22BE is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 34 | 190 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.25 |
| HSL | 299.62º | 0.7% | 0.44% | - |
| HSV(B) | 299.62º | 0.82% | 0.75% | - |
| XYZ | 30.85 | 15.68 | 50.12 | - |
| YUV | 98.13 | 179.85 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 190 | 0.01 | 0.82 | 0 | 0.25 | 299.62 | 0.7 | 0.44 |
| Hex | BD | 22 | BE | 1 | 52 | 0 | 19 | 12C | 46 | 2C |
| Octal | 275 | 42 | 276 | 1 | 122 | 0 | 31 | 454 | 106 | 54 |
| Binary | 10111101 | 100010 | 10111110 | 1 | 1010010 | 0 | 11001 | 100101100 | 1000110 | 101100 |
Color Harmonies of #BD22BE
Complementary color
Monochromatic Colors of #BD22BE
Black with #BD22BE
Text Example
Text Example
White with #BD22BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD22BE; }
p { color: rgb(189,34,190); }
H1.HeaderClassName
{
color: #BD22BE;
}
.AnyTagClassName
{
color: #BD22BE;
}
</style>
background-color css
<style>
a { background-color: #BD22BE; }
a { background-color: rgb(189,34,190); }
div.DivClassName
{
background-color: #BD22BE;
}
.BgClassName
{
background-color: #BD22BE;
}
</style>
border-color css
<style>
span { border-color: #BD22BE; }
span { border-color: rgb(189,34,190); }
td.TdClassName
{
border-color: #BD22BE;
}
.TagClassName
{
border-color: #BD22BE;
}
</style>