Shades of Electric Purple #BC24EE
Tints of Electric Purple #BC24EE
RGB
CMYK
RGB Variations
Color information
#BC24EE (or 0xBC24EE) is known color: Electric Purple. HEX triplet: BC, 24 and EE. RGB value is (188,36,238). Sum of RGB (Red+Green+Blue) = 188+36+238=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 36 (14.45% from 255 or 7.79% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC24EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC24EE is #43DB11. Grayscale: #676767. Windows color (decimal): -4446994 or 15606972. OLE color: 15606972.
HSL color Cylindrical-coordinate representation of color #BC24EE: hue angle of 285.15º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC24EE is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 36 | 238 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.07 |
| HSL | 285.15º | 0.86% | 0.54% | - |
| HSV(B) | 285.15º | 0.85% | 0.93% | - |
| XYZ | 36.8 | 18.13 | 82.45 | - |
| YUV | 104.48 | 203.36 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 238 | 0.21 | 0.85 | 0 | 0.07 | 285.15 | 0.86 | 0.54 |
| Hex | BC | 24 | EE | 15 | 55 | 0 | 7 | 11D | 56 | 36 |
| Octal | 274 | 44 | 356 | 25 | 125 | 0 | 7 | 435 | 126 | 66 |
| Binary | 10111100 | 100100 | 11101110 | 10101 | 1010101 | 0 | 111 | 100011101 | 1010110 | 110110 |
Color Harmonies of #BC24EE
Complementary color
Monochromatic Colors of #BC24EE
Black with #BC24EE
Text Example
Text Example
White with #BC24EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC24EE; }
p { color: rgb(188,36,238); }
H1.HeaderClassName
{
color: #BC24EE;
}
.AnyTagClassName
{
color: #BC24EE;
}
</style>
background-color css
<style>
a { background-color: #BC24EE; }
a { background-color: rgb(188,36,238); }
div.DivClassName
{
background-color: #BC24EE;
}
.BgClassName
{
background-color: #BC24EE;
}
</style>
border-color css
<style>
span { border-color: #BC24EE; }
span { border-color: rgb(188,36,238); }
td.TdClassName
{
border-color: #BC24EE;
}
.TagClassName
{
border-color: #BC24EE;
}
</style>