Shades of Deep Magenta #BE20D1
Tints of Deep Magenta #BE20D1
RGB
CMYK
RGB Variations
Color information
#BE20D1 (or 0xBE20D1) is known color: Deep Magenta. HEX triplet: BE, 20 and D1. RGB value is (190,32,209). Sum of RGB (Red+Green+Blue) = 190+32+209=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 32 (12.89% from 255 or 7.42% from 431); Blue value is 209 (82.03% from 255 or 48.49% from 431); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE20D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE20D1 is #41DF2E. Grayscale: #626262. Windows color (decimal): -4316975 or 13705406. OLE color: 13705406.
HSL color Cylindrical-coordinate representation of color #BE20D1: hue angle of 293.56º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE20D1 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 32 | 209 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.18 |
| HSL | 293.56º | 0.73% | 0.47% | - |
| HSV(B) | 293.56º | 0.85% | 0.82% | - |
| XYZ | 33.26 | 16.58 | 61.77 | - |
| YUV | 99.42 | 189.85 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 209 | 0.09 | 0.85 | 0 | 0.18 | 293.56 | 0.73 | 0.47 |
| Hex | BE | 20 | D1 | 9 | 55 | 0 | 12 | 126 | 49 | 2F |
| Octal | 276 | 40 | 321 | 11 | 125 | 0 | 22 | 446 | 111 | 57 |
| Binary | 10111110 | 100000 | 11010001 | 1001 | 1010101 | 0 | 10010 | 100100110 | 1001001 | 101111 |
Color Harmonies of #BE20D1
Complementary color
Monochromatic Colors of #BE20D1
Black with #BE20D1
Text Example
Text Example
White with #BE20D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE20D1; }
p { color: rgb(190,32,209); }
H1.HeaderClassName
{
color: #BE20D1;
}
.AnyTagClassName
{
color: #BE20D1;
}
</style>
background-color css
<style>
a { background-color: #BE20D1; }
a { background-color: rgb(190,32,209); }
div.DivClassName
{
background-color: #BE20D1;
}
.BgClassName
{
background-color: #BE20D1;
}
</style>
border-color css
<style>
span { border-color: #BE20D1; }
span { border-color: rgb(190,32,209); }
td.TdClassName
{
border-color: #BE20D1;
}
.TagClassName
{
border-color: #BE20D1;
}
</style>