Shades of Deep Magenta #BE1ECE
Tints of Deep Magenta #BE1ECE
RGB
CMYK
RGB Variations
Color information
#BE1ECE (or 0xBE1ECE) is known color: Deep Magenta. HEX triplet: BE, 1E and CE. RGB value is (190,30,206). Sum of RGB (Red+Green+Blue) = 190+30+206=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 30 (12.11% from 255 or 7.04% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE1ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1ECE is #41E131. Grayscale: #616161. Windows color (decimal): -4317490 or 13508286. OLE color: 13508286.
HSL color Cylindrical-coordinate representation of color #BE1ECE: hue angle of 294.55º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE1ECE is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 30 | 206 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.19 |
| HSL | 294.55º | 0.75% | 0.46% | - |
| HSV(B) | 294.55º | 0.85% | 0.81% | - |
| XYZ | 32.84 | 16.33 | 59.81 | - |
| YUV | 97.9 | 189.01 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 30 | 206 | 0.08 | 0.85 | 0 | 0.19 | 294.55 | 0.75 | 0.46 |
| Hex | BE | 1E | CE | 8 | 55 | 0 | 13 | 127 | 4B | 2E |
| Octal | 276 | 36 | 316 | 10 | 125 | 0 | 23 | 447 | 113 | 56 |
| Binary | 10111110 | 11110 | 11001110 | 1000 | 1010101 | 0 | 10011 | 100100111 | 1001011 | 101110 |
Color Harmonies of #BE1ECE
Complementary color
Monochromatic Colors of #BE1ECE
Black with #BE1ECE
Text Example
Text Example
White with #BE1ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1ECE; }
p { color: rgb(190,30,206); }
H1.HeaderClassName
{
color: #BE1ECE;
}
.AnyTagClassName
{
color: #BE1ECE;
}
</style>
background-color css
<style>
a { background-color: #BE1ECE; }
a { background-color: rgb(190,30,206); }
div.DivClassName
{
background-color: #BE1ECE;
}
.BgClassName
{
background-color: #BE1ECE;
}
</style>
border-color css
<style>
span { border-color: #BE1ECE; }
span { border-color: rgb(190,30,206); }
td.TdClassName
{
border-color: #BE1ECE;
}
.TagClassName
{
border-color: #BE1ECE;
}
</style>