Shades of Electric Purple #BE1CE5
Tints of Electric Purple #BE1CE5
RGB
CMYK
RGB Variations
Color information
#BE1CE5 (or 0xBE1CE5) is known color: Electric Purple. HEX triplet: BE, 1C and E5. RGB value is (190,28,229). Sum of RGB (Red+Green+Blue) = 190+28+229=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 28 (11.33% from 255 or 6.26% from 447); Blue value is 229 (89.84% from 255 or 51.23% from 447); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE1CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1CE5 is #41E31A. Grayscale: #626262. Windows color (decimal): -4317979 or 15015102. OLE color: 15015102.
HSL color Cylindrical-coordinate representation of color #BE1CE5: hue angle of 288.36º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE1CE5 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 28 | 229 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.10 |
| HSL | 288.36º | 0.79% | 0.5% | - |
| HSV(B) | 288.36º | 0.88% | 0.9% | - |
| XYZ | 35.79 | 17.43 | 75.61 | - |
| YUV | 99.35 | 201.17 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 28 | 229 | 0.17 | 0.88 | 0 | 0.10 | 288.36 | 0.79 | 0.5 |
| Hex | BE | 1C | E5 | 11 | 58 | 0 | A | 120 | 4F | 32 |
| Octal | 276 | 34 | 345 | 21 | 130 | 0 | 12 | 440 | 117 | 62 |
| Binary | 10111110 | 11100 | 11100101 | 10001 | 1011000 | 0 | 1010 | 100100000 | 1001111 | 110010 |
Color Harmonies of #BE1CE5
Complementary color
Monochromatic Colors of #BE1CE5
Black with #BE1CE5
Text Example
Text Example
White with #BE1CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1CE5; }
p { color: rgb(190,28,229); }
H1.HeaderClassName
{
color: #BE1CE5;
}
.AnyTagClassName
{
color: #BE1CE5;
}
</style>
background-color css
<style>
a { background-color: #BE1CE5; }
a { background-color: rgb(190,28,229); }
div.DivClassName
{
background-color: #BE1CE5;
}
.BgClassName
{
background-color: #BE1CE5;
}
</style>
border-color css
<style>
span { border-color: #BE1CE5; }
span { border-color: rgb(190,28,229); }
td.TdClassName
{
border-color: #BE1CE5;
}
.TagClassName
{
border-color: #BE1CE5;
}
</style>