Shades of Electric Purple #BE2CFF
Tints of Electric Purple #BE2CFF
RGB
CMYK
RGB Variations
Color information
#BE2CFF (or 0xBE2CFF) is known color: Electric Purple. HEX triplet: BE, 2C and FF. RGB value is (190,44,255). Sum of RGB (Red+Green+Blue) = 190+44+255=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 44 (17.58% from 255 or 9.00% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE2CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2CFF is #41D300. Grayscale: #6F6F6F. Windows color (decimal): -4313857 or 16723134. OLE color: 16723134.
HSL color Cylindrical-coordinate representation of color #BE2CFF: hue angle of 281.52º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE2CFF is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 44 | 255 | - |
| CMYK | 0.25 | 0.83 | 0 | 0 |
| HSL | 281.52º | 1% | 0.59% | - |
| HSV(B) | 281.52º | 0.83% | 1% | - |
| XYZ | 40.19 | 19.97 | 96.34 | - |
| YUV | 111.71 | 208.87 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 44 | 255 | 0.25 | 0.83 | 0 | 0 | 281.52 | 1 | 0.59 |
| Hex | BE | 2C | FF | 19 | 53 | 0 | 0 | 11A | 64 | 3B |
| Octal | 276 | 54 | 377 | 31 | 123 | 0 | 0 | 432 | 144 | 73 |
| Binary | 10111110 | 101100 | 11111111 | 11001 | 1010011 | 0 | 0 | 100011010 | 1100100 | 111011 |
Color Harmonies of #BE2CFF
Complementary color
Monochromatic Colors of #BE2CFF
Black with #BE2CFF
Text Example
Text Example
White with #BE2CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2CFF; }
p { color: rgb(190,44,255); }
H1.HeaderClassName
{
color: #BE2CFF;
}
.AnyTagClassName
{
color: #BE2CFF;
}
</style>
background-color css
<style>
a { background-color: #BE2CFF; }
a { background-color: rgb(190,44,255); }
div.DivClassName
{
background-color: #BE2CFF;
}
.BgClassName
{
background-color: #BE2CFF;
}
</style>
border-color css
<style>
span { border-color: #BE2CFF; }
span { border-color: rgb(190,44,255); }
td.TdClassName
{
border-color: #BE2CFF;
}
.TagClassName
{
border-color: #BE2CFF;
}
</style>