Shades of Electric Purple #BE1CFF
Tints of Electric Purple #BE1CFF
RGB
CMYK
RGB Variations
Color information
#BE1CFF (or 0xBE1CFF) is known color: Electric Purple. HEX triplet: BE, 1C and FF. RGB value is (190,28,255). Sum of RGB (Red+Green+Blue) = 190+28+255=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 28 (11.33% from 255 or 5.92% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE1CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE1CFF is #41E300. Grayscale: #656565. Windows color (decimal): -4317953 or 16719038. OLE color: 16719038.
HSL color Cylindrical-coordinate representation of color #BE1CFF: hue angle of 282.82º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE1CFF is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 28 | 255 | - |
| CMYK | 0.25 | 0.89 | 0 | 0 |
| HSL | 282.82º | 1% | 0.55% | - |
| HSV(B) | 282.82º | 0.89% | 1% | - |
| XYZ | 39.7 | 19 | 96.18 | - |
| YUV | 102.32 | 214.17 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 28 | 255 | 0.25 | 0.89 | 0 | 0 | 282.82 | 1 | 0.55 |
| Hex | BE | 1C | FF | 19 | 59 | 0 | 0 | 11B | 64 | 37 |
| Octal | 276 | 34 | 377 | 31 | 131 | 0 | 0 | 433 | 144 | 67 |
| Binary | 10111110 | 11100 | 11111111 | 11001 | 1011001 | 0 | 0 | 100011011 | 1100100 | 110111 |
Color Harmonies of #BE1CFF
Complementary color
Monochromatic Colors of #BE1CFF
Black with #BE1CFF
Text Example
Text Example
White with #BE1CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1CFF; }
p { color: rgb(190,28,255); }
H1.HeaderClassName
{
color: #BE1CFF;
}
.AnyTagClassName
{
color: #BE1CFF;
}
</style>
background-color css
<style>
a { background-color: #BE1CFF; }
a { background-color: rgb(190,28,255); }
div.DivClassName
{
background-color: #BE1CFF;
}
.BgClassName
{
background-color: #BE1CFF;
}
</style>
border-color css
<style>
span { border-color: #BE1CFF; }
span { border-color: rgb(190,28,255); }
td.TdClassName
{
border-color: #BE1CFF;
}
.TagClassName
{
border-color: #BE1CFF;
}
</style>