Shades of Electric Purple #BE05E5
Tints of Electric Purple #BE05E5
RGB
CMYK
RGB Variations
Color information
#BE05E5 (or 0xBE05E5) is known color: Electric Purple. HEX triplet: BE, 05 and E5. RGB value is (190,5,229). Sum of RGB (Red+Green+Blue) = 190+5+229=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 5 (2.34% from 255 or 1.18% from 424); Blue value is 229 (89.84% from 255 or 54.01% from 424); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE05E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE05E5 is #41FA1A. Grayscale: #555555. Windows color (decimal): -4323867 or 15009214. OLE color: 15009214.
HSL color Cylindrical-coordinate representation of color #BE05E5: hue angle of 289.55º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE05E5 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 5 | 229 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.10 |
| HSL | 289.55º | 0.96% | 0.46% | - |
| HSV(B) | 289.55º | 0.98% | 0.9% | - |
| XYZ | 35.43 | 16.71 | 75.49 | - |
| YUV | 85.85 | 208.79 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 5 | 229 | 0.17 | 0.98 | 0 | 0.10 | 289.55 | 0.96 | 0.46 |
| Hex | BE | 5 | E5 | 11 | 62 | 0 | A | 122 | 60 | 2E |
| Octal | 276 | 5 | 345 | 21 | 142 | 0 | 12 | 442 | 140 | 56 |
| Binary | 10111110 | 101 | 11100101 | 10001 | 1100010 | 0 | 1010 | 100100010 | 1100000 | 101110 |
Color Harmonies of #BE05E5
Complementary color
Monochromatic Colors of #BE05E5
Black with #BE05E5
Text Example
Text Example
White with #BE05E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE05E5; }
p { color: rgb(190,5,229); }
H1.HeaderClassName
{
color: #BE05E5;
}
.AnyTagClassName
{
color: #BE05E5;
}
</style>
background-color css
<style>
a { background-color: #BE05E5; }
a { background-color: rgb(190,5,229); }
div.DivClassName
{
background-color: #BE05E5;
}
.BgClassName
{
background-color: #BE05E5;
}
</style>
border-color css
<style>
span { border-color: #BE05E5; }
span { border-color: rgb(190,5,229); }
td.TdClassName
{
border-color: #BE05E5;
}
.TagClassName
{
border-color: #BE05E5;
}
</style>