Shades of Electric Purple #BE2CF0
Tints of Electric Purple #BE2CF0
RGB
CMYK
RGB Variations
Color information
#BE2CF0 (or 0xBE2CF0) is known color: Electric Purple. HEX triplet: BE, 2C and F0. RGB value is (190,44,240). Sum of RGB (Red+Green+Blue) = 190+44+240=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 44 (17.58% from 255 or 9.28% from 474); Blue value is 240 (94.14% from 255 or 50.63% from 474); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE2CF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2CF0 is #41D30F. Grayscale: #6D6D6D. Windows color (decimal): -4313872 or 15740094. OLE color: 15740094.
HSL color Cylindrical-coordinate representation of color #BE2CF0: hue angle of 284.69º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE2CF0 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 44 | 240 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.06 |
| HSL | 284.69º | 0.87% | 0.56% | - |
| HSV(B) | 284.69º | 0.82% | 0.94% | - |
| XYZ | 37.86 | 19.04 | 84.12 | - |
| YUV | 110 | 201.37 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 44 | 240 | 0.21 | 0.82 | 0 | 0.06 | 284.69 | 0.87 | 0.56 |
| Hex | BE | 2C | F0 | 15 | 52 | 0 | 6 | 11D | 57 | 38 |
| Octal | 276 | 54 | 360 | 25 | 122 | 0 | 6 | 435 | 127 | 70 |
| Binary | 10111110 | 101100 | 11110000 | 10101 | 1010010 | 0 | 110 | 100011101 | 1010111 | 111000 |
Color Harmonies of #BE2CF0
Complementary color
Monochromatic Colors of #BE2CF0
Black with #BE2CF0
Text Example
Text Example
White with #BE2CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2CF0; }
p { color: rgb(190,44,240); }
H1.HeaderClassName
{
color: #BE2CF0;
}
.AnyTagClassName
{
color: #BE2CF0;
}
</style>
background-color css
<style>
a { background-color: #BE2CF0; }
a { background-color: rgb(190,44,240); }
div.DivClassName
{
background-color: #BE2CF0;
}
.BgClassName
{
background-color: #BE2CF0;
}
</style>
border-color css
<style>
span { border-color: #BE2CF0; }
span { border-color: rgb(190,44,240); }
td.TdClassName
{
border-color: #BE2CF0;
}
.TagClassName
{
border-color: #BE2CF0;
}
</style>