Shades of Deep Magenta #BE1EDA
Tints of Deep Magenta #BE1EDA
RGB
CMYK
RGB Variations
Color information
#BE1EDA (or 0xBE1EDA) is known color: Deep Magenta. HEX triplet: BE, 1E and DA. RGB value is (190,30,218). Sum of RGB (Red+Green+Blue) = 190+30+218=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 30 (12.11% from 255 or 6.85% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE1EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1EDA is #41E125. Grayscale: #626262. Windows color (decimal): -4317478 or 14294718. OLE color: 14294718.
HSL color Cylindrical-coordinate representation of color #BE1EDA: hue angle of 291.06º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE1EDA is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 30 | 218 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.15 |
| HSL | 291.06º | 0.76% | 0.49% | - |
| HSV(B) | 291.06º | 0.86% | 0.85% | - |
| XYZ | 34.35 | 16.94 | 67.79 | - |
| YUV | 99.27 | 195.01 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 30 | 218 | 0.13 | 0.86 | 0 | 0.15 | 291.06 | 0.76 | 0.49 |
| Hex | BE | 1E | DA | D | 56 | 0 | F | 123 | 4C | 31 |
| Octal | 276 | 36 | 332 | 15 | 126 | 0 | 17 | 443 | 114 | 61 |
| Binary | 10111110 | 11110 | 11011010 | 1101 | 1010110 | 0 | 1111 | 100100011 | 1001100 | 110001 |
Color Harmonies of #BE1EDA
Complementary color
Monochromatic Colors of #BE1EDA
Black with #BE1EDA
Text Example
Text Example
White with #BE1EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1EDA; }
p { color: rgb(190,30,218); }
H1.HeaderClassName
{
color: #BE1EDA;
}
.AnyTagClassName
{
color: #BE1EDA;
}
</style>
background-color css
<style>
a { background-color: #BE1EDA; }
a { background-color: rgb(190,30,218); }
div.DivClassName
{
background-color: #BE1EDA;
}
.BgClassName
{
background-color: #BE1EDA;
}
</style>
border-color css
<style>
span { border-color: #BE1EDA; }
span { border-color: rgb(190,30,218); }
td.TdClassName
{
border-color: #BE1EDA;
}
.TagClassName
{
border-color: #BE1EDA;
}
</style>