Shades of Electric Purple #BE1CF0
Tints of Electric Purple #BE1CF0
RGB
CMYK
RGB Variations
Color information
#BE1CF0 (or 0xBE1CF0) is known color: Electric Purple. HEX triplet: BE, 1C and F0. RGB value is (190,28,240). Sum of RGB (Red+Green+Blue) = 190+28+240=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 28 (11.33% from 255 or 6.11% from 458); Blue value is 240 (94.14% from 255 or 52.40% from 458); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE1CF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE1CF0 is #41E30F. Grayscale: #636363. Windows color (decimal): -4317968 or 15735998. OLE color: 15735998.
HSL color Cylindrical-coordinate representation of color #BE1CF0: hue angle of 285.85º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE1CF0 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 28 | 240 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.06 |
| HSL | 285.85º | 0.88% | 0.53% | - |
| HSV(B) | 285.85º | 0.88% | 0.94% | - |
| XYZ | 37.38 | 18.07 | 83.96 | - |
| YUV | 100.61 | 206.67 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 28 | 240 | 0.21 | 0.88 | 0 | 0.06 | 285.85 | 0.88 | 0.53 |
| Hex | BE | 1C | F0 | 15 | 58 | 0 | 6 | 11E | 58 | 35 |
| Octal | 276 | 34 | 360 | 25 | 130 | 0 | 6 | 436 | 130 | 65 |
| Binary | 10111110 | 11100 | 11110000 | 10101 | 1011000 | 0 | 110 | 100011110 | 1011000 | 110101 |
Color Harmonies of #BE1CF0
Complementary color
Monochromatic Colors of #BE1CF0
Black with #BE1CF0
Text Example
Text Example
White with #BE1CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1CF0; }
p { color: rgb(190,28,240); }
H1.HeaderClassName
{
color: #BE1CF0;
}
.AnyTagClassName
{
color: #BE1CF0;
}
</style>
background-color css
<style>
a { background-color: #BE1CF0; }
a { background-color: rgb(190,28,240); }
div.DivClassName
{
background-color: #BE1CF0;
}
.BgClassName
{
background-color: #BE1CF0;
}
</style>
border-color css
<style>
span { border-color: #BE1CF0; }
span { border-color: rgb(190,28,240); }
td.TdClassName
{
border-color: #BE1CF0;
}
.TagClassName
{
border-color: #BE1CF0;
}
</style>