Shades of Electric Purple #BE0CEE
Tints of Electric Purple #BE0CEE
RGB
CMYK
RGB Variations
Color information
#BE0CEE (or 0xBE0CEE) is known color: Electric Purple. HEX triplet: BE, 0C and EE. RGB value is (190,12,238). Sum of RGB (Red+Green+Blue) = 190+12+238=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 12 (5.08% from 255 or 2.73% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE0CEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE0CEE is #41F311. Grayscale: #5A5A5A. Windows color (decimal): -4322066 or 15600830. OLE color: 15600830.
HSL color Cylindrical-coordinate representation of color #BE0CEE: hue angle of 287.26º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0CEE is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 12 | 238 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.07 |
| HSL | 287.26º | 0.9% | 0.49% | - |
| HSV(B) | 287.26º | 0.95% | 0.93% | - |
| XYZ | 36.8 | 17.38 | 82.3 | - |
| YUV | 90.99 | 210.97 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 12 | 238 | 0.20 | 0.95 | 0 | 0.07 | 287.26 | 0.9 | 0.49 |
| Hex | BE | C | EE | 14 | 5F | 0 | 7 | 11F | 5A | 31 |
| Octal | 276 | 14 | 356 | 24 | 137 | 0 | 7 | 437 | 132 | 61 |
| Binary | 10111110 | 1100 | 11101110 | 10100 | 1011111 | 0 | 111 | 100011111 | 1011010 | 110001 |
Color Harmonies of #BE0CEE
Complementary color
Monochromatic Colors of #BE0CEE
Black with #BE0CEE
Text Example
Text Example
White with #BE0CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0CEE; }
p { color: rgb(190,12,238); }
H1.HeaderClassName
{
color: #BE0CEE;
}
.AnyTagClassName
{
color: #BE0CEE;
}
</style>
background-color css
<style>
a { background-color: #BE0CEE; }
a { background-color: rgb(190,12,238); }
div.DivClassName
{
background-color: #BE0CEE;
}
.BgClassName
{
background-color: #BE0CEE;
}
</style>
border-color css
<style>
span { border-color: #BE0CEE; }
span { border-color: rgb(190,12,238); }
td.TdClassName
{
border-color: #BE0CEE;
}
.TagClassName
{
border-color: #BE0CEE;
}
</style>