Shades of Electric Purple #BC10EC
Tints of Electric Purple #BC10EC
RGB
CMYK
RGB Variations
Color information
#BC10EC (or 0xBC10EC) is known color: Electric Purple. HEX triplet: BC, 10 and EC. RGB value is (188,16,236). Sum of RGB (Red+Green+Blue) = 188+16+236=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 16 (6.64% from 255 or 3.64% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC10EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC10EC is #43EF13. Grayscale: #5B5B5B. Windows color (decimal): -4452116 or 15470780. OLE color: 15470780.
HSL color Cylindrical-coordinate representation of color #BC10EC: hue angle of 286.91º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC10EC is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 16 | 236 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.07 |
| HSL | 286.91º | 0.87% | 0.49% | - |
| HSV(B) | 286.91º | 0.93% | 0.93% | - |
| XYZ | 36.06 | 17.12 | 80.76 | - |
| YUV | 92.51 | 208.98 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 236 | 0.20 | 0.93 | 0 | 0.07 | 286.91 | 0.87 | 0.49 |
| Hex | BC | 10 | EC | 14 | 5D | 0 | 7 | 11F | 57 | 31 |
| Octal | 274 | 20 | 354 | 24 | 135 | 0 | 7 | 437 | 127 | 61 |
| Binary | 10111100 | 10000 | 11101100 | 10100 | 1011101 | 0 | 111 | 100011111 | 1010111 | 110001 |
Color Harmonies of #BC10EC
Complementary color
Monochromatic Colors of #BC10EC
Black with #BC10EC
Text Example
Text Example
White with #BC10EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC10EC; }
p { color: rgb(188,16,236); }
H1.HeaderClassName
{
color: #BC10EC;
}
.AnyTagClassName
{
color: #BC10EC;
}
</style>
background-color css
<style>
a { background-color: #BC10EC; }
a { background-color: rgb(188,16,236); }
div.DivClassName
{
background-color: #BC10EC;
}
.BgClassName
{
background-color: #BC10EC;
}
</style>
border-color css
<style>
span { border-color: #BC10EC; }
span { border-color: rgb(188,16,236); }
td.TdClassName
{
border-color: #BC10EC;
}
.TagClassName
{
border-color: #BC10EC;
}
</style>