Shades of Electric Purple #BC12EF
Tints of Electric Purple #BC12EF
RGB
CMYK
RGB Variations
Color information
#BC12EF (or 0xBC12EF) is known color: Electric Purple. HEX triplet: BC, 12 and EF. RGB value is (188,18,239). Sum of RGB (Red+Green+Blue) = 188+18+239=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 18 (7.42% from 255 or 4.04% from 445); Blue value is 239 (93.75% from 255 or 53.71% from 445); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC12EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC12EF is #43ED10. Grayscale: #5D5D5D. Windows color (decimal): -4451601 or 15667900. OLE color: 15667900.
HSL color Cylindrical-coordinate representation of color #BC12EF: hue angle of 286.15º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC12EF is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 18 | 239 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.06 |
| HSL | 286.15º | 0.87% | 0.5% | - |
| HSV(B) | 286.15º | 0.92% | 0.94% | - |
| XYZ | 36.54 | 17.36 | 83.09 | - |
| YUV | 94.02 | 209.82 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 239 | 0.21 | 0.92 | 0 | 0.06 | 286.15 | 0.87 | 0.5 |
| Hex | BC | 12 | EF | 15 | 5C | 0 | 6 | 11E | 57 | 32 |
| Octal | 274 | 22 | 357 | 25 | 134 | 0 | 6 | 436 | 127 | 62 |
| Binary | 10111100 | 10010 | 11101111 | 10101 | 1011100 | 0 | 110 | 100011110 | 1010111 | 110010 |
Color Harmonies of #BC12EF
Complementary color
Monochromatic Colors of #BC12EF
Black with #BC12EF
Text Example
Text Example
White with #BC12EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC12EF; }
p { color: rgb(188,18,239); }
H1.HeaderClassName
{
color: #BC12EF;
}
.AnyTagClassName
{
color: #BC12EF;
}
</style>
background-color css
<style>
a { background-color: #BC12EF; }
a { background-color: rgb(188,18,239); }
div.DivClassName
{
background-color: #BC12EF;
}
.BgClassName
{
background-color: #BC12EF;
}
</style>
border-color css
<style>
span { border-color: #BC12EF; }
span { border-color: rgb(188,18,239); }
td.TdClassName
{
border-color: #BC12EF;
}
.TagClassName
{
border-color: #BC12EF;
}
</style>