Shades of Deep Magenta #BE20BD
Tints of Deep Magenta #BE20BD
RGB
CMYK
RGB Variations
Color information
#BE20BD (or 0xBE20BD) is known color: Deep Magenta. HEX triplet: BE, 20 and BD. RGB value is (190,32,189). Sum of RGB (Red+Green+Blue) = 190+32+189=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 32 (12.89% from 255 or 7.79% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE20BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE20BD is #41DF42. Grayscale: #606060. Windows color (decimal): -4316995 or 12394686. OLE color: 12394686.
HSL color Cylindrical-coordinate representation of color #BE20BD: hue angle of 300.38º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE20BD is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 32 | 189 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.25 |
| HSL | 300.38º | 0.71% | 0.44% | - |
| HSV(B) | 300.38º | 0.83% | 0.75% | - |
| XYZ | 30.94 | 15.65 | 49.54 | - |
| YUV | 97.14 | 179.85 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 189 | 0 | 0.83 | 0.01 | 0.25 | 300.38 | 0.71 | 0.44 |
| Hex | BE | 20 | BD | 0 | 53 | 1 | 19 | 12C | 47 | 2C |
| Octal | 276 | 40 | 275 | 0 | 123 | 1 | 31 | 454 | 107 | 54 |
| Binary | 10111110 | 100000 | 10111101 | 0 | 1010011 | 1 | 11001 | 100101100 | 1000111 | 101100 |
Color Harmonies of #BE20BD
Complementary color
Monochromatic Colors of #BE20BD
Black with #BE20BD
Text Example
Text Example
White with #BE20BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE20BD; }
p { color: rgb(190,32,189); }
H1.HeaderClassName
{
color: #BE20BD;
}
.AnyTagClassName
{
color: #BE20BD;
}
</style>
background-color css
<style>
a { background-color: #BE20BD; }
a { background-color: rgb(190,32,189); }
div.DivClassName
{
background-color: #BE20BD;
}
.BgClassName
{
background-color: #BE20BD;
}
</style>
border-color css
<style>
span { border-color: #BE20BD; }
span { border-color: rgb(190,32,189); }
td.TdClassName
{
border-color: #BE20BD;
}
.TagClassName
{
border-color: #BE20BD;
}
</style>