Shades of Electric Purple #BE00FE
Tints of Electric Purple #BE00FE
RGB
CMYK
RGB Variations
Color information
#BE00FE (or 0xBE00FE) is known color: Electric Purple. HEX triplet: BE, 00 and FE. RGB value is (190,0,254). Sum of RGB (Red+Green+Blue) = 190+0+254=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 0 (0.39% from 255 or 0% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE00FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE00FE is #41FF01. Grayscale: #545454. Windows color (decimal): -4325122 or 16646334. OLE color: 16646334.
HSL color Cylindrical-coordinate representation of color #BE00FE: hue angle of 284.88º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE00FE is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 0 | 254 | - |
| CMYK | 0.25 | 1 | 0 | 0.00 |
| HSL | 284.88º | 1% | 0.5% | - |
| HSV(B) | 284.88º | 1% | 1% | - |
| XYZ | 39.12 | 18.1 | 95.2 | - |
| YUV | 85.77 | 222.95 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 0 | 254 | 0.25 | 1 | 0 | 0.00 | 284.88 | 1 | 0.5 |
| Hex | BE | 0 | FE | 19 | 64 | 0 | 0 | 11D | 64 | 32 |
| Octal | 276 | 0 | 376 | 31 | 144 | 0 | 0 | 435 | 144 | 62 |
| Binary | 10111110 | 0 | 11111110 | 11001 | 1100100 | 0 | 0 | 100011101 | 1100100 | 110010 |
Color Harmonies of #BE00FE
Complementary color
Monochromatic Colors of #BE00FE
Black with #BE00FE
Text Example
Text Example
White with #BE00FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE00FE; }
p { color: rgb(190,0,254); }
H1.HeaderClassName
{
color: #BE00FE;
}
.AnyTagClassName
{
color: #BE00FE;
}
</style>
background-color css
<style>
a { background-color: #BE00FE; }
a { background-color: rgb(190,0,254); }
div.DivClassName
{
background-color: #BE00FE;
}
.BgClassName
{
background-color: #BE00FE;
}
</style>
border-color css
<style>
span { border-color: #BE00FE; }
span { border-color: rgb(190,0,254); }
td.TdClassName
{
border-color: #BE00FE;
}
.TagClassName
{
border-color: #BE00FE;
}
</style>