Shades of Electric Purple #BE1FED
Tints of Electric Purple #BE1FED
RGB
CMYK
RGB Variations
Color information
#BE1FED (or 0xBE1FED) is known color: Electric Purple. HEX triplet: BE, 1F and ED. RGB value is (190,31,237). Sum of RGB (Red+Green+Blue) = 190+31+237=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 31 (12.5% from 255 or 6.77% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE1FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE1FED is #41E012. Grayscale: #656565. Windows color (decimal): -4317203 or 15540158. OLE color: 15540158.
HSL color Cylindrical-coordinate representation of color #BE1FED: hue angle of 286.31º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE1FED is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 31 | 237 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.07 |
| HSL | 286.31º | 0.85% | 0.53% | - |
| HSV(B) | 286.31º | 0.87% | 0.93% | - |
| XYZ | 37.01 | 18.04 | 81.65 | - |
| YUV | 102.03 | 204.18 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 31 | 237 | 0.20 | 0.87 | 0 | 0.07 | 286.31 | 0.85 | 0.53 |
| Hex | BE | 1F | ED | 14 | 57 | 0 | 7 | 11E | 55 | 35 |
| Octal | 276 | 37 | 355 | 24 | 127 | 0 | 7 | 436 | 125 | 65 |
| Binary | 10111110 | 11111 | 11101101 | 10100 | 1010111 | 0 | 111 | 100011110 | 1010101 | 110101 |
Color Harmonies of #BE1FED
Complementary color
Monochromatic Colors of #BE1FED
Black with #BE1FED
Text Example
Text Example
White with #BE1FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1FED; }
p { color: rgb(190,31,237); }
H1.HeaderClassName
{
color: #BE1FED;
}
.AnyTagClassName
{
color: #BE1FED;
}
</style>
background-color css
<style>
a { background-color: #BE1FED; }
a { background-color: rgb(190,31,237); }
div.DivClassName
{
background-color: #BE1FED;
}
.BgClassName
{
background-color: #BE1FED;
}
</style>
border-color css
<style>
span { border-color: #BE1FED; }
span { border-color: rgb(190,31,237); }
td.TdClassName
{
border-color: #BE1FED;
}
.TagClassName
{
border-color: #BE1FED;
}
</style>