Shades of Electric Purple #BE30FE
Tints of Electric Purple #BE30FE
RGB
CMYK
RGB Variations
Color information
#BE30FE (or 0xBE30FE) is known color: Electric Purple. HEX triplet: BE, 30 and FE. RGB value is (190,48,254). Sum of RGB (Red+Green+Blue) = 190+48+254=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 48 (19.14% from 255 or 9.76% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE30FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE30FE is #41CF01. Grayscale: #717171. Windows color (decimal): -4312834 or 16658622. OLE color: 16658622.
HSL color Cylindrical-coordinate representation of color #BE30FE: hue angle of 281.36º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE30FE is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 48 | 254 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.00 |
| HSL | 281.36º | 0.99% | 0.59% | - |
| HSV(B) | 281.36º | 0.81% | 1% | - |
| XYZ | 40.18 | 20.22 | 95.55 | - |
| YUV | 113.94 | 207.04 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 48 | 254 | 0.25 | 0.81 | 0 | 0.00 | 281.36 | 0.99 | 0.59 |
| Hex | BE | 30 | FE | 19 | 51 | 0 | 0 | 119 | 63 | 3B |
| Octal | 276 | 60 | 376 | 31 | 121 | 0 | 0 | 431 | 143 | 73 |
| Binary | 10111110 | 110000 | 11111110 | 11001 | 1010001 | 0 | 0 | 100011001 | 1100011 | 111011 |
Color Harmonies of #BE30FE
Complementary color
Monochromatic Colors of #BE30FE
Black with #BE30FE
Text Example
Text Example
White with #BE30FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE30FE; }
p { color: rgb(190,48,254); }
H1.HeaderClassName
{
color: #BE30FE;
}
.AnyTagClassName
{
color: #BE30FE;
}
</style>
background-color css
<style>
a { background-color: #BE30FE; }
a { background-color: rgb(190,48,254); }
div.DivClassName
{
background-color: #BE30FE;
}
.BgClassName
{
background-color: #BE30FE;
}
</style>
border-color css
<style>
span { border-color: #BE30FE; }
span { border-color: rgb(190,48,254); }
td.TdClassName
{
border-color: #BE30FE;
}
.TagClassName
{
border-color: #BE30FE;
}
</style>