Shades of Electric Purple #BC11F1
Tints of Electric Purple #BC11F1
RGB
CMYK
RGB Variations
Color information
#BC11F1 (or 0xBC11F1) is known color: Electric Purple. HEX triplet: BC, 11 and F1. RGB value is (188,17,241). Sum of RGB (Red+Green+Blue) = 188+17+241=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 17 (7.03% from 255 or 3.81% from 446); Blue value is 241 (94.53% from 255 or 54.04% from 446); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC11F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC11F1 is #43EE0E. Grayscale: #5C5C5C. Windows color (decimal): -4451855 or 15798716. OLE color: 15798716.
HSL color Cylindrical-coordinate representation of color #BC11F1: hue angle of 285.8º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC11F1 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 17 | 241 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.05 |
| HSL | 285.8º | 0.89% | 0.51% | - |
| HSV(B) | 285.8º | 0.93% | 0.95% | - |
| XYZ | 36.82 | 17.44 | 84.65 | - |
| YUV | 93.67 | 211.15 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 241 | 0.22 | 0.93 | 0 | 0.05 | 285.8 | 0.89 | 0.51 |
| Hex | BC | 11 | F1 | 16 | 5D | 0 | 5 | 11E | 59 | 33 |
| Octal | 274 | 21 | 361 | 26 | 135 | 0 | 5 | 436 | 131 | 63 |
| Binary | 10111100 | 10001 | 11110001 | 10110 | 1011101 | 0 | 101 | 100011110 | 1011001 | 110011 |
Color Harmonies of #BC11F1
Complementary color
Monochromatic Colors of #BC11F1
Black with #BC11F1
Text Example
Text Example
White with #BC11F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC11F1; }
p { color: rgb(188,17,241); }
H1.HeaderClassName
{
color: #BC11F1;
}
.AnyTagClassName
{
color: #BC11F1;
}
</style>
background-color css
<style>
a { background-color: #BC11F1; }
a { background-color: rgb(188,17,241); }
div.DivClassName
{
background-color: #BC11F1;
}
.BgClassName
{
background-color: #BC11F1;
}
</style>
border-color css
<style>
span { border-color: #BC11F1; }
span { border-color: rgb(188,17,241); }
td.TdClassName
{
border-color: #BC11F1;
}
.TagClassName
{
border-color: #BC11F1;
}
</style>