Shades of Electric Purple #BC12F1
Tints of Electric Purple #BC12F1
RGB
CMYK
RGB Variations
Color information
#BC12F1 (or 0xBC12F1) is known color: Electric Purple. HEX triplet: BC, 12 and F1. RGB value is (188,18,241). Sum of RGB (Red+Green+Blue) = 188+18+241=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 18 (7.42% from 255 or 4.03% from 447); Blue value is 241 (94.53% from 255 or 53.91% from 447); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC12F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC12F1 is #43ED0E. Grayscale: #5D5D5D. Windows color (decimal): -4451599 or 15798972. OLE color: 15798972.
HSL color Cylindrical-coordinate representation of color #BC12F1: hue angle of 285.74º 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 #BC12F1 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 18 | 241 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.05 |
| HSL | 285.74º | 0.89% | 0.51% | - |
| HSV(B) | 285.74º | 0.93% | 0.95% | - |
| XYZ | 36.83 | 17.47 | 84.65 | - |
| YUV | 94.25 | 210.82 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 241 | 0.22 | 0.93 | 0 | 0.05 | 285.74 | 0.89 | 0.51 |
| Hex | BC | 12 | F1 | 16 | 5D | 0 | 5 | 11E | 59 | 33 |
| Octal | 274 | 22 | 361 | 26 | 135 | 0 | 5 | 436 | 131 | 63 |
| Binary | 10111100 | 10010 | 11110001 | 10110 | 1011101 | 0 | 101 | 100011110 | 1011001 | 110011 |
Color Harmonies of #BC12F1
Complementary color
Monochromatic Colors of #BC12F1
Black with #BC12F1
Text Example
Text Example
White with #BC12F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC12F1; }
p { color: rgb(188,18,241); }
H1.HeaderClassName
{
color: #BC12F1;
}
.AnyTagClassName
{
color: #BC12F1;
}
</style>
background-color css
<style>
a { background-color: #BC12F1; }
a { background-color: rgb(188,18,241); }
div.DivClassName
{
background-color: #BC12F1;
}
.BgClassName
{
background-color: #BC12F1;
}
</style>
border-color css
<style>
span { border-color: #BC12F1; }
span { border-color: rgb(188,18,241); }
td.TdClassName
{
border-color: #BC12F1;
}
.TagClassName
{
border-color: #BC12F1;
}
</style>