Shades of Electric Purple #BC14E5
Tints of Electric Purple #BC14E5
RGB
CMYK
RGB Variations
Color information
#BC14E5 (or 0xBC14E5) is known color: Electric Purple. HEX triplet: BC, 14 and E5. RGB value is (188,20,229). Sum of RGB (Red+Green+Blue) = 188+20+229=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 20 (8.20% from 255 or 4.58% from 437); Blue value is 229 (89.84% from 255 or 52.40% from 437); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC14E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC14E5 is #43EB1A. Grayscale: #5D5D5D. Windows color (decimal): -4451099 or 15013052. OLE color: 15013052.
HSL color Cylindrical-coordinate representation of color #BC14E5: hue angle of 288.23º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC14E5 is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 20 | 229 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.10 |
| HSL | 288.23º | 0.84% | 0.49% | - |
| HSV(B) | 288.23º | 0.91% | 0.9% | - |
| XYZ | 35.13 | 16.85 | 75.53 | - |
| YUV | 94.06 | 204.16 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 229 | 0.18 | 0.91 | 0 | 0.10 | 288.23 | 0.84 | 0.49 |
| Hex | BC | 14 | E5 | 12 | 5B | 0 | A | 120 | 54 | 31 |
| Octal | 274 | 24 | 345 | 22 | 133 | 0 | 12 | 440 | 124 | 61 |
| Binary | 10111100 | 10100 | 11100101 | 10010 | 1011011 | 0 | 1010 | 100100000 | 1010100 | 110001 |
Color Harmonies of #BC14E5
Complementary color
Monochromatic Colors of #BC14E5
Black with #BC14E5
Text Example
Text Example
White with #BC14E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC14E5; }
p { color: rgb(188,20,229); }
H1.HeaderClassName
{
color: #BC14E5;
}
.AnyTagClassName
{
color: #BC14E5;
}
</style>
background-color css
<style>
a { background-color: #BC14E5; }
a { background-color: rgb(188,20,229); }
div.DivClassName
{
background-color: #BC14E5;
}
.BgClassName
{
background-color: #BC14E5;
}
</style>
border-color css
<style>
span { border-color: #BC14E5; }
span { border-color: rgb(188,20,229); }
td.TdClassName
{
border-color: #BC14E5;
}
.TagClassName
{
border-color: #BC14E5;
}
</style>