Shades of Deep Magenta #BE1ECC
Tints of Deep Magenta #BE1ECC
RGB
CMYK
RGB Variations
Color information
#BE1ECC (or 0xBE1ECC) is known color: Deep Magenta. HEX triplet: BE, 1E and CC. RGB value is (190,30,204). Sum of RGB (Red+Green+Blue) = 190+30+204=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 30 (12.11% from 255 or 7.08% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE1ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1ECC is #41E133. Grayscale: #616161. Windows color (decimal): -4317492 or 13377214. OLE color: 13377214.
HSL color Cylindrical-coordinate representation of color #BE1ECC: hue angle of 295.17º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE1ECC is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 30 | 204 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.2 |
| HSL | 295.17º | 0.74% | 0.46% | - |
| HSV(B) | 295.17º | 0.85% | 0.8% | - |
| XYZ | 32.6 | 16.24 | 58.54 | - |
| YUV | 97.68 | 188.01 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 30 | 204 | 0.07 | 0.85 | 0 | 0.2 | 295.17 | 0.74 | 0.46 |
| Hex | BE | 1E | CC | 7 | 55 | 0 | 14 | 127 | 4A | 2E |
| Octal | 276 | 36 | 314 | 7 | 125 | 0 | 24 | 447 | 112 | 56 |
| Binary | 10111110 | 11110 | 11001100 | 111 | 1010101 | 0 | 10100 | 100100111 | 1001010 | 101110 |
Color Harmonies of #BE1ECC
Complementary color
Monochromatic Colors of #BE1ECC
Black with #BE1ECC
Text Example
Text Example
White with #BE1ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1ECC; }
p { color: rgb(190,30,204); }
H1.HeaderClassName
{
color: #BE1ECC;
}
.AnyTagClassName
{
color: #BE1ECC;
}
</style>
background-color css
<style>
a { background-color: #BE1ECC; }
a { background-color: rgb(190,30,204); }
div.DivClassName
{
background-color: #BE1ECC;
}
.BgClassName
{
background-color: #BE1ECC;
}
</style>
border-color css
<style>
span { border-color: #BE1ECC; }
span { border-color: rgb(190,30,204); }
td.TdClassName
{
border-color: #BE1ECC;
}
.TagClassName
{
border-color: #BE1ECC;
}
</style>