Shades of Deep Magenta #BE1CE0
Tints of Deep Magenta #BE1CE0
RGB
CMYK
RGB Variations
Color information
#BE1CE0 (or 0xBE1CE0) is known color: Deep Magenta. HEX triplet: BE, 1C and E0. RGB value is (190,28,224). Sum of RGB (Red+Green+Blue) = 190+28+224=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 28 (11.33% from 255 or 6.33% from 442); Blue value is 224 (87.89% from 255 or 50.68% from 442); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE1CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1CE0 is #41E31F. Grayscale: #626262. Windows color (decimal): -4317984 or 14687422. OLE color: 14687422.
HSL color Cylindrical-coordinate representation of color #BE1CE0: hue angle of 289.59º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE1CE0 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 28 | 224 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.12 |
| HSL | 289.59º | 0.78% | 0.49% | - |
| HSV(B) | 289.59º | 0.88% | 0.88% | - |
| XYZ | 35.11 | 17.16 | 71.98 | - |
| YUV | 98.78 | 198.67 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 28 | 224 | 0.15 | 0.88 | 0 | 0.12 | 289.59 | 0.78 | 0.49 |
| Hex | BE | 1C | E0 | F | 58 | 0 | C | 122 | 4E | 31 |
| Octal | 276 | 34 | 340 | 17 | 130 | 0 | 14 | 442 | 116 | 61 |
| Binary | 10111110 | 11100 | 11100000 | 1111 | 1011000 | 0 | 1100 | 100100010 | 1001110 | 110001 |
Color Harmonies of #BE1CE0
Complementary color
Monochromatic Colors of #BE1CE0
Black with #BE1CE0
Text Example
Text Example
White with #BE1CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1CE0; }
p { color: rgb(190,28,224); }
H1.HeaderClassName
{
color: #BE1CE0;
}
.AnyTagClassName
{
color: #BE1CE0;
}
</style>
background-color css
<style>
a { background-color: #BE1CE0; }
a { background-color: rgb(190,28,224); }
div.DivClassName
{
background-color: #BE1CE0;
}
.BgClassName
{
background-color: #BE1CE0;
}
</style>
border-color css
<style>
span { border-color: #BE1CE0; }
span { border-color: rgb(190,28,224); }
td.TdClassName
{
border-color: #BE1CE0;
}
.TagClassName
{
border-color: #BE1CE0;
}
</style>