Shades of Electric Purple #BC0EF1
Tints of Electric Purple #BC0EF1
RGB
CMYK
RGB Variations
Color information
#BC0EF1 (or 0xBC0EF1) is known color: Electric Purple. HEX triplet: BC, 0E and F1. RGB value is (188,14,241). Sum of RGB (Red+Green+Blue) = 188+14+241=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 14 (5.86% from 255 or 3.16% from 443); Blue value is 241 (94.53% from 255 or 54.40% from 443); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC0EF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0EF1 is #43F10E. Grayscale: #5B5B5B. Windows color (decimal): -4452623 or 15797948. OLE color: 15797948.
HSL color Cylindrical-coordinate representation of color #BC0EF1: hue angle of 285.99º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0EF1 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 14 | 241 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.05 |
| HSL | 285.99º | 0.89% | 0.5% | - |
| HSV(B) | 285.99º | 0.94% | 0.95% | - |
| XYZ | 36.77 | 17.36 | 84.63 | - |
| YUV | 91.9 | 212.15 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 14 | 241 | 0.22 | 0.94 | 0 | 0.05 | 285.99 | 0.89 | 0.5 |
| Hex | BC | E | F1 | 16 | 5E | 0 | 5 | 11E | 59 | 32 |
| Octal | 274 | 16 | 361 | 26 | 136 | 0 | 5 | 436 | 131 | 62 |
| Binary | 10111100 | 1110 | 11110001 | 10110 | 1011110 | 0 | 101 | 100011110 | 1011001 | 110010 |
Color Harmonies of #BC0EF1
Complementary color
Monochromatic Colors of #BC0EF1
Black with #BC0EF1
Text Example
Text Example
White with #BC0EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0EF1; }
p { color: rgb(188,14,241); }
H1.HeaderClassName
{
color: #BC0EF1;
}
.AnyTagClassName
{
color: #BC0EF1;
}
</style>
background-color css
<style>
a { background-color: #BC0EF1; }
a { background-color: rgb(188,14,241); }
div.DivClassName
{
background-color: #BC0EF1;
}
.BgClassName
{
background-color: #BC0EF1;
}
</style>
border-color css
<style>
span { border-color: #BC0EF1; }
span { border-color: rgb(188,14,241); }
td.TdClassName
{
border-color: #BC0EF1;
}
.TagClassName
{
border-color: #BC0EF1;
}
</style>