Shades of Electric Purple #BE20FC
Tints of Electric Purple #BE20FC
RGB
CMYK
RGB Variations
Color information
#BE20FC (or 0xBE20FC) is known color: Electric Purple. HEX triplet: BE, 20 and FC. RGB value is (190,32,252). Sum of RGB (Red+Green+Blue) = 190+32+252=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 32 (12.89% from 255 or 6.75% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE20FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE20FC is #41DF03. Grayscale: #676767. Windows color (decimal): -4316932 or 16523454. OLE color: 16523454.
HSL color Cylindrical-coordinate representation of color #BE20FC: hue angle of 283.09º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE20FC is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 32 | 252 | - |
| CMYK | 0.25 | 0.87 | 0 | 0.01 |
| HSL | 283.09º | 0.97% | 0.56% | - |
| HSV(B) | 283.09º | 0.87% | 0.99% | - |
| XYZ | 39.32 | 19.01 | 93.69 | - |
| YUV | 104.32 | 211.35 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 252 | 0.25 | 0.87 | 0 | 0.01 | 283.09 | 0.97 | 0.56 |
| Hex | BE | 20 | FC | 19 | 57 | 0 | 1 | 11B | 61 | 38 |
| Octal | 276 | 40 | 374 | 31 | 127 | 0 | 1 | 433 | 141 | 70 |
| Binary | 10111110 | 100000 | 11111100 | 11001 | 1010111 | 0 | 1 | 100011011 | 1100001 | 111000 |
Color Harmonies of #BE20FC
Complementary color
Monochromatic Colors of #BE20FC
Black with #BE20FC
Text Example
Text Example
White with #BE20FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE20FC; }
p { color: rgb(190,32,252); }
H1.HeaderClassName
{
color: #BE20FC;
}
.AnyTagClassName
{
color: #BE20FC;
}
</style>
background-color css
<style>
a { background-color: #BE20FC; }
a { background-color: rgb(190,32,252); }
div.DivClassName
{
background-color: #BE20FC;
}
.BgClassName
{
background-color: #BE20FC;
}
</style>
border-color css
<style>
span { border-color: #BE20FC; }
span { border-color: rgb(190,32,252); }
td.TdClassName
{
border-color: #BE20FC;
}
.TagClassName
{
border-color: #BE20FC;
}
</style>