Shades of Electric Purple #BC12E5
Tints of Electric Purple #BC12E5
RGB
CMYK
RGB Variations
Color information
#BC12E5 (or 0xBC12E5) is known color: Electric Purple. HEX triplet: BC, 12 and E5. RGB value is (188,18,229). Sum of RGB (Red+Green+Blue) = 188+18+229=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 18 (7.42% from 255 or 4.14% from 435); Blue value is 229 (89.84% from 255 or 52.64% from 435); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC12E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC12E5 is #43ED1A. Grayscale: #5C5C5C. Windows color (decimal): -4451611 or 15012540. OLE color: 15012540.
HSL color Cylindrical-coordinate representation of color #BC12E5: hue angle of 288.34º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC12E5 is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 18 | 229 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.10 |
| HSL | 288.34º | 0.85% | 0.48% | - |
| HSV(B) | 288.34º | 0.92% | 0.9% | - |
| XYZ | 35.1 | 16.78 | 75.52 | - |
| YUV | 92.88 | 204.82 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 229 | 0.18 | 0.92 | 0 | 0.10 | 288.34 | 0.85 | 0.48 |
| Hex | BC | 12 | E5 | 12 | 5C | 0 | A | 120 | 55 | 30 |
| Octal | 274 | 22 | 345 | 22 | 134 | 0 | 12 | 440 | 125 | 60 |
| Binary | 10111100 | 10010 | 11100101 | 10010 | 1011100 | 0 | 1010 | 100100000 | 1010101 | 110000 |
Color Harmonies of #BC12E5
Complementary color
Monochromatic Colors of #BC12E5
Black with #BC12E5
Text Example
Text Example
White with #BC12E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC12E5; }
p { color: rgb(188,18,229); }
H1.HeaderClassName
{
color: #BC12E5;
}
.AnyTagClassName
{
color: #BC12E5;
}
</style>
background-color css
<style>
a { background-color: #BC12E5; }
a { background-color: rgb(188,18,229); }
div.DivClassName
{
background-color: #BC12E5;
}
.BgClassName
{
background-color: #BC12E5;
}
</style>
border-color css
<style>
span { border-color: #BC12E5; }
span { border-color: rgb(188,18,229); }
td.TdClassName
{
border-color: #BC12E5;
}
.TagClassName
{
border-color: #BC12E5;
}
</style>