Shades of Electric Purple #BE0CFE
Tints of Electric Purple #BE0CFE
RGB
CMYK
RGB Variations
Color information
#BE0CFE (or 0xBE0CFE) is known color: Electric Purple. HEX triplet: BE, 0C and FE. RGB value is (190,12,254). Sum of RGB (Red+Green+Blue) = 190+12+254=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 12 (5.08% from 255 or 2.63% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE0CFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE0CFE is #41F301. Grayscale: #5C5C5C. Windows color (decimal): -4322050 or 16649406. OLE color: 16649406.
HSL color Cylindrical-coordinate representation of color #BE0CFE: hue angle of 284.13º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0CFE is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 12 | 254 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.00 |
| HSL | 284.13º | 0.99% | 0.52% | - |
| HSV(B) | 284.13º | 0.95% | 1% | - |
| XYZ | 39.26 | 18.37 | 95.24 | - |
| YUV | 92.81 | 218.97 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 12 | 254 | 0.25 | 0.95 | 0 | 0.00 | 284.13 | 0.99 | 0.52 |
| Hex | BE | C | FE | 19 | 5F | 0 | 0 | 11C | 63 | 34 |
| Octal | 276 | 14 | 376 | 31 | 137 | 0 | 0 | 434 | 143 | 64 |
| Binary | 10111110 | 1100 | 11111110 | 11001 | 1011111 | 0 | 0 | 100011100 | 1100011 | 110100 |
Color Harmonies of #BE0CFE
Complementary color
Monochromatic Colors of #BE0CFE
Black with #BE0CFE
Text Example
Text Example
White with #BE0CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0CFE; }
p { color: rgb(190,12,254); }
H1.HeaderClassName
{
color: #BE0CFE;
}
.AnyTagClassName
{
color: #BE0CFE;
}
</style>
background-color css
<style>
a { background-color: #BE0CFE; }
a { background-color: rgb(190,12,254); }
div.DivClassName
{
background-color: #BE0CFE;
}
.BgClassName
{
background-color: #BE0CFE;
}
</style>
border-color css
<style>
span { border-color: #BE0CFE; }
span { border-color: rgb(190,12,254); }
td.TdClassName
{
border-color: #BE0CFE;
}
.TagClassName
{
border-color: #BE0CFE;
}
</style>