Shades of Electric Purple #BC10EF
Tints of Electric Purple #BC10EF
RGB
CMYK
RGB Variations
Color information
#BC10EF (or 0xBC10EF) is known color: Electric Purple. HEX triplet: BC, 10 and EF. RGB value is (188,16,239). Sum of RGB (Red+Green+Blue) = 188+16+239=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 16 (6.64% from 255 or 3.61% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC10EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC10EF is #43EF10. Grayscale: #5C5C5C. Windows color (decimal): -4452113 or 15667388. OLE color: 15667388.
HSL color Cylindrical-coordinate representation of color #BC10EF: hue angle of 286.28º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC10EF is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 16 | 239 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.06 |
| HSL | 286.28º | 0.87% | 0.5% | - |
| HSV(B) | 286.28º | 0.93% | 0.94% | - |
| XYZ | 36.5 | 17.29 | 83.08 | - |
| YUV | 92.85 | 210.48 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 239 | 0.21 | 0.93 | 0 | 0.06 | 286.28 | 0.87 | 0.5 |
| Hex | BC | 10 | EF | 15 | 5D | 0 | 6 | 11E | 57 | 32 |
| Octal | 274 | 20 | 357 | 25 | 135 | 0 | 6 | 436 | 127 | 62 |
| Binary | 10111100 | 10000 | 11101111 | 10101 | 1011101 | 0 | 110 | 100011110 | 1010111 | 110010 |
Color Harmonies of #BC10EF
Complementary color
Monochromatic Colors of #BC10EF
Black with #BC10EF
Text Example
Text Example
White with #BC10EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC10EF; }
p { color: rgb(188,16,239); }
H1.HeaderClassName
{
color: #BC10EF;
}
.AnyTagClassName
{
color: #BC10EF;
}
</style>
background-color css
<style>
a { background-color: #BC10EF; }
a { background-color: rgb(188,16,239); }
div.DivClassName
{
background-color: #BC10EF;
}
.BgClassName
{
background-color: #BC10EF;
}
</style>
border-color css
<style>
span { border-color: #BC10EF; }
span { border-color: rgb(188,16,239); }
td.TdClassName
{
border-color: #BC10EF;
}
.TagClassName
{
border-color: #BC10EF;
}
</style>