Shades of Electric Purple #BE1EFC
Tints of Electric Purple #BE1EFC
RGB
CMYK
RGB Variations
Color information
#BE1EFC (or 0xBE1EFC) is known color: Electric Purple. HEX triplet: BE, 1E and FC. RGB value is (190,30,252). Sum of RGB (Red+Green+Blue) = 190+30+252=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 30 (12.11% from 255 or 6.36% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE1EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE1EFC is #41E103. Grayscale: #666666. Windows color (decimal): -4317444 or 16522942. OLE color: 16522942.
HSL color Cylindrical-coordinate representation of color #BE1EFC: hue angle of 283.24º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE1EFC is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 30 | 252 | - |
| CMYK | 0.25 | 0.88 | 0 | 0.01 |
| HSL | 283.24º | 0.97% | 0.55% | - |
| HSV(B) | 283.24º | 0.88% | 0.99% | - |
| XYZ | 39.27 | 18.9 | 93.67 | - |
| YUV | 103.15 | 212.01 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 30 | 252 | 0.25 | 0.88 | 0 | 0.01 | 283.24 | 0.97 | 0.55 |
| Hex | BE | 1E | FC | 19 | 58 | 0 | 1 | 11B | 61 | 37 |
| Octal | 276 | 36 | 374 | 31 | 130 | 0 | 1 | 433 | 141 | 67 |
| Binary | 10111110 | 11110 | 11111100 | 11001 | 1011000 | 0 | 1 | 100011011 | 1100001 | 110111 |
Color Harmonies of #BE1EFC
Complementary color
Monochromatic Colors of #BE1EFC
Black with #BE1EFC
Text Example
Text Example
White with #BE1EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1EFC; }
p { color: rgb(190,30,252); }
H1.HeaderClassName
{
color: #BE1EFC;
}
.AnyTagClassName
{
color: #BE1EFC;
}
</style>
background-color css
<style>
a { background-color: #BE1EFC; }
a { background-color: rgb(190,30,252); }
div.DivClassName
{
background-color: #BE1EFC;
}
.BgClassName
{
background-color: #BE1EFC;
}
</style>
border-color css
<style>
span { border-color: #BE1EFC; }
span { border-color: rgb(190,30,252); }
td.TdClassName
{
border-color: #BE1EFC;
}
.TagClassName
{
border-color: #BE1EFC;
}
</style>