Shades of Electric Purple #BE2EF1
Tints of Electric Purple #BE2EF1
RGB
CMYK
RGB Variations
Color information
#BE2EF1 (or 0xBE2EF1) is known color: Electric Purple. HEX triplet: BE, 2E and F1. RGB value is (190,46,241). Sum of RGB (Red+Green+Blue) = 190+46+241=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 46 (18.36% from 255 or 9.64% from 477); Blue value is 241 (94.53% from 255 or 50.52% from 477); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE2EF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2EF1 is #41D10E. Grayscale: #6E6E6E. Windows color (decimal): -4313359 or 15806142. OLE color: 15806142.
HSL color Cylindrical-coordinate representation of color #BE2EF1: hue angle of 284.31º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2EF1 is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 46 | 241 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.05 |
| HSL | 284.31º | 0.87% | 0.56% | - |
| HSV(B) | 284.31º | 0.81% | 0.95% | - |
| XYZ | 38.09 | 19.25 | 84.93 | - |
| YUV | 111.29 | 201.21 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 46 | 241 | 0.21 | 0.81 | 0 | 0.05 | 284.31 | 0.87 | 0.56 |
| Hex | BE | 2E | F1 | 15 | 51 | 0 | 5 | 11C | 57 | 38 |
| Octal | 276 | 56 | 361 | 25 | 121 | 0 | 5 | 434 | 127 | 70 |
| Binary | 10111110 | 101110 | 11110001 | 10101 | 1010001 | 0 | 101 | 100011100 | 1010111 | 111000 |
Color Harmonies of #BE2EF1
Complementary color
Monochromatic Colors of #BE2EF1
Black with #BE2EF1
Text Example
Text Example
White with #BE2EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2EF1; }
p { color: rgb(190,46,241); }
H1.HeaderClassName
{
color: #BE2EF1;
}
.AnyTagClassName
{
color: #BE2EF1;
}
</style>
background-color css
<style>
a { background-color: #BE2EF1; }
a { background-color: rgb(190,46,241); }
div.DivClassName
{
background-color: #BE2EF1;
}
.BgClassName
{
background-color: #BE2EF1;
}
</style>
border-color css
<style>
span { border-color: #BE2EF1; }
span { border-color: rgb(190,46,241); }
td.TdClassName
{
border-color: #BE2EF1;
}
.TagClassName
{
border-color: #BE2EF1;
}
</style>