Shades of Electric Purple #BE20F0
Tints of Electric Purple #BE20F0
RGB
CMYK
RGB Variations
Color information
#BE20F0 (or 0xBE20F0) is known color: Electric Purple. HEX triplet: BE, 20 and F0. RGB value is (190,32,240). Sum of RGB (Red+Green+Blue) = 190+32+240=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 32 (12.89% from 255 or 6.93% from 462); Blue value is 240 (94.14% from 255 or 51.95% from 462); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE20F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE20F0 is #41DF0F. Grayscale: #666666. Windows color (decimal): -4316944 or 15737022. OLE color: 15737022.
HSL color Cylindrical-coordinate representation of color #BE20F0: hue angle of 285.58º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE20F0 is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 32 | 240 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.06 |
| HSL | 285.58º | 0.87% | 0.53% | - |
| HSV(B) | 285.58º | 0.87% | 0.94% | - |
| XYZ | 37.48 | 18.27 | 83.99 | - |
| YUV | 102.95 | 205.35 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 240 | 0.21 | 0.87 | 0 | 0.06 | 285.58 | 0.87 | 0.53 |
| Hex | BE | 20 | F0 | 15 | 57 | 0 | 6 | 11E | 57 | 35 |
| Octal | 276 | 40 | 360 | 25 | 127 | 0 | 6 | 436 | 127 | 65 |
| Binary | 10111110 | 100000 | 11110000 | 10101 | 1010111 | 0 | 110 | 100011110 | 1010111 | 110101 |
Color Harmonies of #BE20F0
Complementary color
Monochromatic Colors of #BE20F0
Black with #BE20F0
Text Example
Text Example
White with #BE20F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE20F0; }
p { color: rgb(190,32,240); }
H1.HeaderClassName
{
color: #BE20F0;
}
.AnyTagClassName
{
color: #BE20F0;
}
</style>
background-color css
<style>
a { background-color: #BE20F0; }
a { background-color: rgb(190,32,240); }
div.DivClassName
{
background-color: #BE20F0;
}
.BgClassName
{
background-color: #BE20F0;
}
</style>
border-color css
<style>
span { border-color: #BE20F0; }
span { border-color: rgb(190,32,240); }
td.TdClassName
{
border-color: #BE20F0;
}
.TagClassName
{
border-color: #BE20F0;
}
</style>