Shades of Electric Purple #BE1EFE
Tints of Electric Purple #BE1EFE
RGB
CMYK
RGB Variations
Color information
#BE1EFE (or 0xBE1EFE) is known color: Electric Purple. HEX triplet: BE, 1E and FE. RGB value is (190,30,254). Sum of RGB (Red+Green+Blue) = 190+30+254=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 30 (12.11% from 255 or 6.33% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE1EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE1EFE is #41E101. Grayscale: #666666. Windows color (decimal): -4317442 or 16654014. OLE color: 16654014.
HSL color Cylindrical-coordinate representation of color #BE1EFE: hue angle of 282.86º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE1EFE is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 30 | 254 | - |
| CMYK | 0.25 | 0.88 | 0 | 0.00 |
| HSL | 282.86º | 0.99% | 0.56% | - |
| HSV(B) | 282.86º | 0.88% | 1% | - |
| XYZ | 39.59 | 19.03 | 95.35 | - |
| YUV | 103.38 | 213.01 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 30 | 254 | 0.25 | 0.88 | 0 | 0.00 | 282.86 | 0.99 | 0.56 |
| Hex | BE | 1E | FE | 19 | 58 | 0 | 0 | 11B | 63 | 38 |
| Octal | 276 | 36 | 376 | 31 | 130 | 0 | 0 | 433 | 143 | 70 |
| Binary | 10111110 | 11110 | 11111110 | 11001 | 1011000 | 0 | 0 | 100011011 | 1100011 | 111000 |
Color Harmonies of #BE1EFE
Complementary color
Monochromatic Colors of #BE1EFE
Black with #BE1EFE
Text Example
Text Example
White with #BE1EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1EFE; }
p { color: rgb(190,30,254); }
H1.HeaderClassName
{
color: #BE1EFE;
}
.AnyTagClassName
{
color: #BE1EFE;
}
</style>
background-color css
<style>
a { background-color: #BE1EFE; }
a { background-color: rgb(190,30,254); }
div.DivClassName
{
background-color: #BE1EFE;
}
.BgClassName
{
background-color: #BE1EFE;
}
</style>
border-color css
<style>
span { border-color: #BE1EFE; }
span { border-color: rgb(190,30,254); }
td.TdClassName
{
border-color: #BE1EFE;
}
.TagClassName
{
border-color: #BE1EFE;
}
</style>