Shades of Electric Purple #BC17EC
Tints of Electric Purple #BC17EC
RGB
CMYK
RGB Variations
Color information
#BC17EC (or 0xBC17EC) is known color: Electric Purple. HEX triplet: BC, 17 and EC. RGB value is (188,23,236). Sum of RGB (Red+Green+Blue) = 188+23+236=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 23 (9.38% from 255 or 5.15% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC17EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC17EC is #43E813. Grayscale: #5F5F5F. Windows color (decimal): -4450324 or 15472572. OLE color: 15472572.
HSL color Cylindrical-coordinate representation of color #BC17EC: hue angle of 286.48º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC17EC is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 23 | 236 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.07 |
| HSL | 286.48º | 0.85% | 0.51% | - |
| HSV(B) | 286.48º | 0.9% | 0.93% | - |
| XYZ | 36.19 | 17.36 | 80.8 | - |
| YUV | 96.62 | 206.66 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 236 | 0.20 | 0.90 | 0 | 0.07 | 286.48 | 0.85 | 0.51 |
| Hex | BC | 17 | EC | 14 | 5A | 0 | 7 | 11E | 55 | 33 |
| Octal | 274 | 27 | 354 | 24 | 132 | 0 | 7 | 436 | 125 | 63 |
| Binary | 10111100 | 10111 | 11101100 | 10100 | 1011010 | 0 | 111 | 100011110 | 1010101 | 110011 |
Color Harmonies of #BC17EC
Complementary color
Monochromatic Colors of #BC17EC
Black with #BC17EC
Text Example
Text Example
White with #BC17EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC17EC; }
p { color: rgb(188,23,236); }
H1.HeaderClassName
{
color: #BC17EC;
}
.AnyTagClassName
{
color: #BC17EC;
}
</style>
background-color css
<style>
a { background-color: #BC17EC; }
a { background-color: rgb(188,23,236); }
div.DivClassName
{
background-color: #BC17EC;
}
.BgClassName
{
background-color: #BC17EC;
}
</style>
border-color css
<style>
span { border-color: #BC17EC; }
span { border-color: rgb(188,23,236); }
td.TdClassName
{
border-color: #BC17EC;
}
.TagClassName
{
border-color: #BC17EC;
}
</style>