Shades of Electric Purple #BC14EF
Tints of Electric Purple #BC14EF
RGB
CMYK
RGB Variations
Color information
#BC14EF (or 0xBC14EF) is known color: Electric Purple. HEX triplet: BC, 14 and EF. RGB value is (188,20,239). Sum of RGB (Red+Green+Blue) = 188+20+239=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 20 (8.20% from 255 or 4.47% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC14EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC14EF is #43EB10. Grayscale: #5E5E5E. Windows color (decimal): -4451089 or 15668412. OLE color: 15668412.
HSL color Cylindrical-coordinate representation of color #BC14EF: hue angle of 286.03º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC14EF is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 20 | 239 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.06 |
| HSL | 286.03º | 0.87% | 0.51% | - |
| HSV(B) | 286.03º | 0.92% | 0.94% | - |
| XYZ | 36.57 | 17.42 | 83.1 | - |
| YUV | 95.2 | 209.16 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 239 | 0.21 | 0.92 | 0 | 0.06 | 286.03 | 0.87 | 0.51 |
| Hex | BC | 14 | EF | 15 | 5C | 0 | 6 | 11E | 57 | 33 |
| Octal | 274 | 24 | 357 | 25 | 134 | 0 | 6 | 436 | 127 | 63 |
| Binary | 10111100 | 10100 | 11101111 | 10101 | 1011100 | 0 | 110 | 100011110 | 1010111 | 110011 |
Color Harmonies of #BC14EF
Complementary color
Monochromatic Colors of #BC14EF
Black with #BC14EF
Text Example
Text Example
White with #BC14EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC14EF; }
p { color: rgb(188,20,239); }
H1.HeaderClassName
{
color: #BC14EF;
}
.AnyTagClassName
{
color: #BC14EF;
}
</style>
background-color css
<style>
a { background-color: #BC14EF; }
a { background-color: rgb(188,20,239); }
div.DivClassName
{
background-color: #BC14EF;
}
.BgClassName
{
background-color: #BC14EF;
}
</style>
border-color css
<style>
span { border-color: #BC14EF; }
span { border-color: rgb(188,20,239); }
td.TdClassName
{
border-color: #BC14EF;
}
.TagClassName
{
border-color: #BC14EF;
}
</style>