Shades of Deep Magenta #BE1EC7
Tints of Deep Magenta #BE1EC7
RGB
CMYK
RGB Variations
Color information
#BE1EC7 (or 0xBE1EC7) is known color: Deep Magenta. HEX triplet: BE, 1E and C7. RGB value is (190,30,199). Sum of RGB (Red+Green+Blue) = 190+30+199=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 30 (12.11% from 255 or 7.16% from 419); Blue value is 199 (78.12% from 255 or 47.49% from 419); Max value from RGB is 199 - color contains mainly: blue. Hex color #BE1EC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1EC7 is #41E138. Grayscale: #606060. Windows color (decimal): -4317497 or 13049534. OLE color: 13049534.
HSL color Cylindrical-coordinate representation of color #BE1EC7: hue angle of 296.8º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE1EC7 is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 30 | 199 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.22 |
| HSL | 296.8º | 0.74% | 0.45% | - |
| HSV(B) | 296.8º | 0.85% | 0.78% | - |
| XYZ | 32.01 | 16 | 55.43 | - |
| YUV | 97.11 | 185.51 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 30 | 199 | 0.05 | 0.85 | 0 | 0.22 | 296.8 | 0.74 | 0.45 |
| Hex | BE | 1E | C7 | 5 | 55 | 0 | 16 | 129 | 4A | 2D |
| Octal | 276 | 36 | 307 | 5 | 125 | 0 | 26 | 451 | 112 | 55 |
| Binary | 10111110 | 11110 | 11000111 | 101 | 1010101 | 0 | 10110 | 100101001 | 1001010 | 101101 |
Color Harmonies of #BE1EC7
Complementary color
Monochromatic Colors of #BE1EC7
Black with #BE1EC7
Text Example
Text Example
White with #BE1EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1EC7; }
p { color: rgb(190,30,199); }
H1.HeaderClassName
{
color: #BE1EC7;
}
.AnyTagClassName
{
color: #BE1EC7;
}
</style>
background-color css
<style>
a { background-color: #BE1EC7; }
a { background-color: rgb(190,30,199); }
div.DivClassName
{
background-color: #BE1EC7;
}
.BgClassName
{
background-color: #BE1EC7;
}
</style>
border-color css
<style>
span { border-color: #BE1EC7; }
span { border-color: rgb(190,30,199); }
td.TdClassName
{
border-color: #BE1EC7;
}
.TagClassName
{
border-color: #BE1EC7;
}
</style>