Shades of Deep Magenta #BE1EC6
Tints of Deep Magenta #BE1EC6
RGB
CMYK
RGB Variations
Color information
#BE1EC6 (or 0xBE1EC6) is known color: Deep Magenta. HEX triplet: BE, 1E and C6. RGB value is (190,30,198). Sum of RGB (Red+Green+Blue) = 190+30+198=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 30 (12.11% from 255 or 7.18% from 418); Blue value is 198 (77.73% from 255 or 47.37% from 418); Max value from RGB is 198 - color contains mainly: blue. Hex color #BE1EC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1EC6 is #41E139. Grayscale: #606060. Windows color (decimal): -4317498 or 12983998. OLE color: 12983998.
HSL color Cylindrical-coordinate representation of color #BE1EC6: hue angle of 297.14º 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 #BE1EC6 is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 30 | 198 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.22 |
| HSL | 297.14º | 0.74% | 0.45% | - |
| HSV(B) | 297.14º | 0.85% | 0.78% | - |
| XYZ | 31.89 | 15.95 | 54.82 | - |
| YUV | 96.99 | 185.01 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 30 | 198 | 0.04 | 0.85 | 0 | 0.22 | 297.14 | 0.74 | 0.45 |
| Hex | BE | 1E | C6 | 4 | 55 | 0 | 16 | 129 | 4A | 2D |
| Octal | 276 | 36 | 306 | 4 | 125 | 0 | 26 | 451 | 112 | 55 |
| Binary | 10111110 | 11110 | 11000110 | 100 | 1010101 | 0 | 10110 | 100101001 | 1001010 | 101101 |
Color Harmonies of #BE1EC6
Complementary color
Monochromatic Colors of #BE1EC6
Black with #BE1EC6
Text Example
Text Example
White with #BE1EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1EC6; }
p { color: rgb(190,30,198); }
H1.HeaderClassName
{
color: #BE1EC6;
}
.AnyTagClassName
{
color: #BE1EC6;
}
</style>
background-color css
<style>
a { background-color: #BE1EC6; }
a { background-color: rgb(190,30,198); }
div.DivClassName
{
background-color: #BE1EC6;
}
.BgClassName
{
background-color: #BE1EC6;
}
</style>
border-color css
<style>
span { border-color: #BE1EC6; }
span { border-color: rgb(190,30,198); }
td.TdClassName
{
border-color: #BE1EC6;
}
.TagClassName
{
border-color: #BE1EC6;
}
</style>