Shades of Electric Purple #BE2FFC
Tints of Electric Purple #BE2FFC
RGB
CMYK
RGB Variations
Color information
#BE2FFC (or 0xBE2FFC) is known color: Electric Purple. HEX triplet: BE, 2F and FC. RGB value is (190,47,252). Sum of RGB (Red+Green+Blue) = 190+47+252=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 47 (18.75% from 255 or 9.61% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE2FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2FFC is #41D003. Grayscale: #707070. Windows color (decimal): -4313092 or 16527294. OLE color: 16527294.
HSL color Cylindrical-coordinate representation of color #BE2FFC: hue angle of 281.85º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2FFC is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 47 | 252 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.01 |
| HSL | 281.85º | 0.97% | 0.59% | - |
| HSV(B) | 281.85º | 0.81% | 0.99% | - |
| XYZ | 39.82 | 20.01 | 93.86 | - |
| YUV | 113.13 | 206.38 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 47 | 252 | 0.25 | 0.81 | 0 | 0.01 | 281.85 | 0.97 | 0.59 |
| Hex | BE | 2F | FC | 19 | 51 | 0 | 1 | 11A | 61 | 3B |
| Octal | 276 | 57 | 374 | 31 | 121 | 0 | 1 | 432 | 141 | 73 |
| Binary | 10111110 | 101111 | 11111100 | 11001 | 1010001 | 0 | 1 | 100011010 | 1100001 | 111011 |
Color Harmonies of #BE2FFC
Complementary color
Monochromatic Colors of #BE2FFC
Black with #BE2FFC
Text Example
Text Example
White with #BE2FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2FFC; }
p { color: rgb(190,47,252); }
H1.HeaderClassName
{
color: #BE2FFC;
}
.AnyTagClassName
{
color: #BE2FFC;
}
</style>
background-color css
<style>
a { background-color: #BE2FFC; }
a { background-color: rgb(190,47,252); }
div.DivClassName
{
background-color: #BE2FFC;
}
.BgClassName
{
background-color: #BE2FFC;
}
</style>
border-color css
<style>
span { border-color: #BE2FFC; }
span { border-color: rgb(190,47,252); }
td.TdClassName
{
border-color: #BE2FFC;
}
.TagClassName
{
border-color: #BE2FFC;
}
</style>