Shades of Deep Magenta #BE22DC
Tints of Deep Magenta #BE22DC
RGB
CMYK
RGB Variations
Color information
#BE22DC (or 0xBE22DC) is known color: Deep Magenta. HEX triplet: BE, 22 and DC. RGB value is (190,34,220). Sum of RGB (Red+Green+Blue) = 190+34+220=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 34 (13.67% from 255 or 7.66% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE22DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE22DC is #41DD23. Grayscale: #656565. Windows color (decimal): -4316452 or 14426814. OLE color: 14426814.
HSL color Cylindrical-coordinate representation of color #BE22DC: hue angle of 290.32º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE22DC is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 34 | 220 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.14 |
| HSL | 290.32º | 0.73% | 0.5% | - |
| HSV(B) | 290.32º | 0.85% | 0.86% | - |
| XYZ | 34.73 | 17.26 | 69.21 | - |
| YUV | 101.85 | 194.68 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 34 | 220 | 0.14 | 0.85 | 0 | 0.14 | 290.32 | 0.73 | 0.5 |
| Hex | BE | 22 | DC | E | 55 | 0 | E | 122 | 49 | 32 |
| Octal | 276 | 42 | 334 | 16 | 125 | 0 | 16 | 442 | 111 | 62 |
| Binary | 10111110 | 100010 | 11011100 | 1110 | 1010101 | 0 | 1110 | 100100010 | 1001001 | 110010 |
Color Harmonies of #BE22DC
Complementary color
Monochromatic Colors of #BE22DC
Black with #BE22DC
Text Example
Text Example
White with #BE22DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE22DC; }
p { color: rgb(190,34,220); }
H1.HeaderClassName
{
color: #BE22DC;
}
.AnyTagClassName
{
color: #BE22DC;
}
</style>
background-color css
<style>
a { background-color: #BE22DC; }
a { background-color: rgb(190,34,220); }
div.DivClassName
{
background-color: #BE22DC;
}
.BgClassName
{
background-color: #BE22DC;
}
</style>
border-color css
<style>
span { border-color: #BE22DC; }
span { border-color: rgb(190,34,220); }
td.TdClassName
{
border-color: #BE22DC;
}
.TagClassName
{
border-color: #BE22DC;
}
</style>