Shades of Electric Purple #BC23EC
Tints of Electric Purple #BC23EC
RGB
CMYK
RGB Variations
Color information
#BC23EC (or 0xBC23EC) is known color: Electric Purple. HEX triplet: BC, 23 and EC. RGB value is (188,35,236). Sum of RGB (Red+Green+Blue) = 188+35+236=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 35 (14.06% from 255 or 7.63% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC23EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC23EC is #43DC13. Grayscale: #676767. Windows color (decimal): -4447252 or 15475644. OLE color: 15475644.
HSL color Cylindrical-coordinate representation of color #BC23EC: hue angle of 285.67º 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 #BC23EC is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 35 | 236 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.07 |
| HSL | 285.67º | 0.84% | 0.53% | - |
| HSV(B) | 285.67º | 0.85% | 0.93% | - |
| XYZ | 36.48 | 17.95 | 80.9 | - |
| YUV | 103.66 | 202.69 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 236 | 0.20 | 0.85 | 0 | 0.07 | 285.67 | 0.84 | 0.53 |
| Hex | BC | 23 | EC | 14 | 55 | 0 | 7 | 11E | 54 | 35 |
| Octal | 274 | 43 | 354 | 24 | 125 | 0 | 7 | 436 | 124 | 65 |
| Binary | 10111100 | 100011 | 11101100 | 10100 | 1010101 | 0 | 111 | 100011110 | 1010100 | 110101 |
Color Harmonies of #BC23EC
Complementary color
Monochromatic Colors of #BC23EC
Black with #BC23EC
Text Example
Text Example
White with #BC23EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC23EC; }
p { color: rgb(188,35,236); }
H1.HeaderClassName
{
color: #BC23EC;
}
.AnyTagClassName
{
color: #BC23EC;
}
</style>
background-color css
<style>
a { background-color: #BC23EC; }
a { background-color: rgb(188,35,236); }
div.DivClassName
{
background-color: #BC23EC;
}
.BgClassName
{
background-color: #BC23EC;
}
</style>
border-color css
<style>
span { border-color: #BC23EC; }
span { border-color: rgb(188,35,236); }
td.TdClassName
{
border-color: #BC23EC;
}
.TagClassName
{
border-color: #BC23EC;
}
</style>