Shades of Electric Purple #BE00F0
Tints of Electric Purple #BE00F0
RGB
CMYK
RGB Variations
Color information
#BE00F0 (or 0xBE00F0) is known color: Electric Purple. HEX triplet: BE, 00 and F0. RGB value is (190,0,240). Sum of RGB (Red+Green+Blue) = 190+0+240=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 0 (0.39% from 255 or 0% from 430); Blue value is 240 (94.14% from 255 or 55.81% from 430); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE00F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE00F0 is #41FF0F. Grayscale: #535353. Windows color (decimal): -4325136 or 15728830. OLE color: 15728830.
HSL color Cylindrical-coordinate representation of color #BE00F0: hue angle of 287.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE00F0 is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 0 | 240 | - |
| CMYK | 0.21 | 1 | 0 | 0.06 |
| HSL | 287.5º | 1% | 0.47% | - |
| HSV(B) | 287.5º | 1% | 0.94% | - |
| XYZ | 36.96 | 17.24 | 83.82 | - |
| YUV | 84.17 | 215.95 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 0 | 240 | 0.21 | 1 | 0 | 0.06 | 287.5 | 1 | 0.47 |
| Hex | BE | 0 | F0 | 15 | 64 | 0 | 6 | 120 | 64 | 2F |
| Octal | 276 | 0 | 360 | 25 | 144 | 0 | 6 | 440 | 144 | 57 |
| Binary | 10111110 | 0 | 11110000 | 10101 | 1100100 | 0 | 110 | 100100000 | 1100100 | 101111 |
Color Harmonies of #BE00F0
Complementary color
Monochromatic Colors of #BE00F0
Black with #BE00F0
Text Example
Text Example
White with #BE00F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE00F0; }
p { color: rgb(190,0,240); }
H1.HeaderClassName
{
color: #BE00F0;
}
.AnyTagClassName
{
color: #BE00F0;
}
</style>
background-color css
<style>
a { background-color: #BE00F0; }
a { background-color: rgb(190,0,240); }
div.DivClassName
{
background-color: #BE00F0;
}
.BgClassName
{
background-color: #BE00F0;
}
</style>
border-color css
<style>
span { border-color: #BE00F0; }
span { border-color: rgb(190,0,240); }
td.TdClassName
{
border-color: #BE00F0;
}
.TagClassName
{
border-color: #BE00F0;
}
</style>