Shades of Electric Purple #BE2DF5
Tints of Electric Purple #BE2DF5
RGB
CMYK
RGB Variations
Color information
#BE2DF5 (or 0xBE2DF5) is known color: Electric Purple. HEX triplet: BE, 2D and F5. RGB value is (190,45,245). Sum of RGB (Red+Green+Blue) = 190+45+245=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 45 (17.97% from 255 or 9.38% from 480); Blue value is 245 (96.09% from 255 or 51.04% from 480); Max value from RGB is 245 - color contains mainly: blue. Hex color #BE2DF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2DF5 is #41D20A. Grayscale: #6E6E6E. Windows color (decimal): -4313611 or 16068030. OLE color: 16068030.
HSL color Cylindrical-coordinate representation of color #BE2DF5: hue angle of 283.5º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE2DF5 is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 45 | 245 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.04 |
| HSL | 283.5º | 0.91% | 0.57% | - |
| HSV(B) | 283.5º | 0.82% | 0.96% | - |
| XYZ | 38.66 | 19.42 | 88.1 | - |
| YUV | 111.16 | 203.54 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 45 | 245 | 0.22 | 0.82 | 0 | 0.04 | 283.5 | 0.91 | 0.57 |
| Hex | BE | 2D | F5 | 16 | 52 | 0 | 4 | 11C | 5B | 39 |
| Octal | 276 | 55 | 365 | 26 | 122 | 0 | 4 | 434 | 133 | 71 |
| Binary | 10111110 | 101101 | 11110101 | 10110 | 1010010 | 0 | 100 | 100011100 | 1011011 | 111001 |
Color Harmonies of #BE2DF5
Complementary color
Monochromatic Colors of #BE2DF5
Black with #BE2DF5
Text Example
Text Example
White with #BE2DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2DF5; }
p { color: rgb(190,45,245); }
H1.HeaderClassName
{
color: #BE2DF5;
}
.AnyTagClassName
{
color: #BE2DF5;
}
</style>
background-color css
<style>
a { background-color: #BE2DF5; }
a { background-color: rgb(190,45,245); }
div.DivClassName
{
background-color: #BE2DF5;
}
.BgClassName
{
background-color: #BE2DF5;
}
</style>
border-color css
<style>
span { border-color: #BE2DF5; }
span { border-color: rgb(190,45,245); }
td.TdClassName
{
border-color: #BE2DF5;
}
.TagClassName
{
border-color: #BE2DF5;
}
</style>