Shades of Electric Purple #BE1CFE
Tints of Electric Purple #BE1CFE
RGB
CMYK
RGB Variations
Color information
#BE1CFE (or 0xBE1CFE) is known color: Electric Purple. HEX triplet: BE, 1C and FE. RGB value is (190,28,254). Sum of RGB (Red+Green+Blue) = 190+28+254=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 28 (11.33% from 255 or 5.93% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE1CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE1CFE is #41E301. Grayscale: #656565. Windows color (decimal): -4317954 or 16653502. OLE color: 16653502.
HSL color Cylindrical-coordinate representation of color #BE1CFE: hue angle of 283.01º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE1CFE is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 28 | 254 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.00 |
| HSL | 283.01º | 0.99% | 0.55% | - |
| HSV(B) | 283.01º | 0.89% | 1% | - |
| XYZ | 39.54 | 18.93 | 95.34 | - |
| YUV | 102.2 | 213.67 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 28 | 254 | 0.25 | 0.89 | 0 | 0.00 | 283.01 | 0.99 | 0.55 |
| Hex | BE | 1C | FE | 19 | 59 | 0 | 0 | 11B | 63 | 37 |
| Octal | 276 | 34 | 376 | 31 | 131 | 0 | 0 | 433 | 143 | 67 |
| Binary | 10111110 | 11100 | 11111110 | 11001 | 1011001 | 0 | 0 | 100011011 | 1100011 | 110111 |
Color Harmonies of #BE1CFE
Complementary color
Monochromatic Colors of #BE1CFE
Black with #BE1CFE
Text Example
Text Example
White with #BE1CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1CFE; }
p { color: rgb(190,28,254); }
H1.HeaderClassName
{
color: #BE1CFE;
}
.AnyTagClassName
{
color: #BE1CFE;
}
</style>
background-color css
<style>
a { background-color: #BE1CFE; }
a { background-color: rgb(190,28,254); }
div.DivClassName
{
background-color: #BE1CFE;
}
.BgClassName
{
background-color: #BE1CFE;
}
</style>
border-color css
<style>
span { border-color: #BE1CFE; }
span { border-color: rgb(190,28,254); }
td.TdClassName
{
border-color: #BE1CFE;
}
.TagClassName
{
border-color: #BE1CFE;
}
</style>