Shades of Electric Purple #BC13EF
Tints of Electric Purple #BC13EF
RGB
CMYK
RGB Variations
Color information
#BC13EF (or 0xBC13EF) is known color: Electric Purple. HEX triplet: BC, 13 and EF. RGB value is (188,19,239). Sum of RGB (Red+Green+Blue) = 188+19+239=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 19 (7.81% from 255 or 4.26% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC13EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC13EF is #43EC10. Grayscale: #5D5D5D. Windows color (decimal): -4451345 or 15668156. OLE color: 15668156.
HSL color Cylindrical-coordinate representation of color #BC13EF: hue angle of 286.09º 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 #BC13EF is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 19 | 239 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.06 |
| HSL | 286.09º | 0.87% | 0.51% | - |
| HSV(B) | 286.09º | 0.92% | 0.94% | - |
| XYZ | 36.55 | 17.39 | 83.09 | - |
| YUV | 94.61 | 209.49 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 239 | 0.21 | 0.92 | 0 | 0.06 | 286.09 | 0.87 | 0.51 |
| Hex | BC | 13 | EF | 15 | 5C | 0 | 6 | 11E | 57 | 33 |
| Octal | 274 | 23 | 357 | 25 | 134 | 0 | 6 | 436 | 127 | 63 |
| Binary | 10111100 | 10011 | 11101111 | 10101 | 1011100 | 0 | 110 | 100011110 | 1010111 | 110011 |
Color Harmonies of #BC13EF
Complementary color
Monochromatic Colors of #BC13EF
Black with #BC13EF
Text Example
Text Example
White with #BC13EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC13EF; }
p { color: rgb(188,19,239); }
H1.HeaderClassName
{
color: #BC13EF;
}
.AnyTagClassName
{
color: #BC13EF;
}
</style>
background-color css
<style>
a { background-color: #BC13EF; }
a { background-color: rgb(188,19,239); }
div.DivClassName
{
background-color: #BC13EF;
}
.BgClassName
{
background-color: #BC13EF;
}
</style>
border-color css
<style>
span { border-color: #BC13EF; }
span { border-color: rgb(188,19,239); }
td.TdClassName
{
border-color: #BC13EF;
}
.TagClassName
{
border-color: #BC13EF;
}
</style>