Shades of Electric Purple #BE1EF2
Tints of Electric Purple #BE1EF2
RGB
CMYK
RGB Variations
Color information
#BE1EF2 (or 0xBE1EF2) is known color: Electric Purple. HEX triplet: BE, 1E and F2. RGB value is (190,30,242). Sum of RGB (Red+Green+Blue) = 190+30+242=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 30 (12.11% from 255 or 6.49% from 462); Blue value is 242 (94.92% from 255 or 52.38% from 462); Max value from RGB is 242 - color contains mainly: blue. Hex color #BE1EF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE1EF2 is #41E10D. Grayscale: #656565. Windows color (decimal): -4317454 or 15867582. OLE color: 15867582.
HSL color Cylindrical-coordinate representation of color #BE1EF2: hue angle of 285.28º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE1EF2 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 30 | 242 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.05 |
| HSL | 285.28º | 0.89% | 0.53% | - |
| HSV(B) | 285.28º | 0.88% | 0.95% | - |
| XYZ | 37.73 | 18.29 | 85.55 | - |
| YUV | 102.01 | 207.01 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 30 | 242 | 0.21 | 0.88 | 0 | 0.05 | 285.28 | 0.89 | 0.53 |
| Hex | BE | 1E | F2 | 15 | 58 | 0 | 5 | 11D | 59 | 35 |
| Octal | 276 | 36 | 362 | 25 | 130 | 0 | 5 | 435 | 131 | 65 |
| Binary | 10111110 | 11110 | 11110010 | 10101 | 1011000 | 0 | 101 | 100011101 | 1011001 | 110101 |
Color Harmonies of #BE1EF2
Complementary color
Monochromatic Colors of #BE1EF2
Black with #BE1EF2
Text Example
Text Example
White with #BE1EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1EF2; }
p { color: rgb(190,30,242); }
H1.HeaderClassName
{
color: #BE1EF2;
}
.AnyTagClassName
{
color: #BE1EF2;
}
</style>
background-color css
<style>
a { background-color: #BE1EF2; }
a { background-color: rgb(190,30,242); }
div.DivClassName
{
background-color: #BE1EF2;
}
.BgClassName
{
background-color: #BE1EF2;
}
</style>
border-color css
<style>
span { border-color: #BE1EF2; }
span { border-color: rgb(190,30,242); }
td.TdClassName
{
border-color: #BE1EF2;
}
.TagClassName
{
border-color: #BE1EF2;
}
</style>