Shades of Electric Purple #BC24EC
Tints of Electric Purple #BC24EC
RGB
CMYK
RGB Variations
Color information
#BC24EC (or 0xBC24EC) is known color: Electric Purple. HEX triplet: BC, 24 and EC. RGB value is (188,36,236). Sum of RGB (Red+Green+Blue) = 188+36+236=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 36 (14.45% from 255 or 7.83% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC24EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC24EC is #43DB13. Grayscale: #676767. Windows color (decimal): -4446996 or 15475900. OLE color: 15475900.
HSL color Cylindrical-coordinate representation of color #BC24EC: hue angle of 285.6º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC24EC is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 36 | 236 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.07 |
| HSL | 285.6º | 0.84% | 0.53% | - |
| HSV(B) | 285.6º | 0.85% | 0.93% | - |
| XYZ | 36.51 | 18.01 | 80.91 | - |
| YUV | 104.25 | 202.36 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 236 | 0.20 | 0.85 | 0 | 0.07 | 285.6 | 0.84 | 0.53 |
| Hex | BC | 24 | EC | 14 | 55 | 0 | 7 | 11E | 54 | 35 |
| Octal | 274 | 44 | 354 | 24 | 125 | 0 | 7 | 436 | 124 | 65 |
| Binary | 10111100 | 100100 | 11101100 | 10100 | 1010101 | 0 | 111 | 100011110 | 1010100 | 110101 |
Color Harmonies of #BC24EC
Complementary color
Monochromatic Colors of #BC24EC
Black with #BC24EC
Text Example
Text Example
White with #BC24EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC24EC; }
p { color: rgb(188,36,236); }
H1.HeaderClassName
{
color: #BC24EC;
}
.AnyTagClassName
{
color: #BC24EC;
}
</style>
background-color css
<style>
a { background-color: #BC24EC; }
a { background-color: rgb(188,36,236); }
div.DivClassName
{
background-color: #BC24EC;
}
.BgClassName
{
background-color: #BC24EC;
}
</style>
border-color css
<style>
span { border-color: #BC24EC; }
span { border-color: rgb(188,36,236); }
td.TdClassName
{
border-color: #BC24EC;
}
.TagClassName
{
border-color: #BC24EC;
}
</style>