Shades of Electric Purple #BC11F2
Tints of Electric Purple #BC11F2
RGB
CMYK
RGB Variations
Color information
#BC11F2 (or 0xBC11F2) is known color: Electric Purple. HEX triplet: BC, 11 and F2. RGB value is (188,17,242). Sum of RGB (Red+Green+Blue) = 188+17+242=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 17 (7.03% from 255 or 3.80% from 447); Blue value is 242 (94.92% from 255 or 54.14% from 447); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC11F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC11F2 is #43EE0D. Grayscale: #5D5D5D. Windows color (decimal): -4451854 or 15864252. OLE color: 15864252.
HSL color Cylindrical-coordinate representation of color #BC11F2: hue angle of 285.6º degrees, saturation: 0.9, 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 #BC11F2 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 17 | 242 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.05 |
| HSL | 285.6º | 0.9% | 0.51% | - |
| HSV(B) | 285.6º | 0.93% | 0.95% | - |
| XYZ | 36.97 | 17.5 | 85.43 | - |
| YUV | 93.78 | 211.65 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 242 | 0.22 | 0.93 | 0 | 0.05 | 285.6 | 0.9 | 0.51 |
| Hex | BC | 11 | F2 | 16 | 5D | 0 | 5 | 11E | 5A | 33 |
| Octal | 274 | 21 | 362 | 26 | 135 | 0 | 5 | 436 | 132 | 63 |
| Binary | 10111100 | 10001 | 11110010 | 10110 | 1011101 | 0 | 101 | 100011110 | 1011010 | 110011 |
Color Harmonies of #BC11F2
Complementary color
Monochromatic Colors of #BC11F2
Black with #BC11F2
Text Example
Text Example
White with #BC11F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC11F2; }
p { color: rgb(188,17,242); }
H1.HeaderClassName
{
color: #BC11F2;
}
.AnyTagClassName
{
color: #BC11F2;
}
</style>
background-color css
<style>
a { background-color: #BC11F2; }
a { background-color: rgb(188,17,242); }
div.DivClassName
{
background-color: #BC11F2;
}
.BgClassName
{
background-color: #BC11F2;
}
</style>
border-color css
<style>
span { border-color: #BC11F2; }
span { border-color: rgb(188,17,242); }
td.TdClassName
{
border-color: #BC11F2;
}
.TagClassName
{
border-color: #BC11F2;
}
</style>