Shades of Electric Purple #BC20E1
Tints of Electric Purple #BC20E1
RGB
CMYK
RGB Variations
Color information
#BC20E1 (or 0xBC20E1) is known color: Electric Purple. HEX triplet: BC, 20 and E1. RGB value is (188,32,225). Sum of RGB (Red+Green+Blue) = 188+32+225=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 32 (12.89% from 255 or 7.19% from 445); Blue value is 225 (88.28% from 255 or 50.56% from 445); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC20E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC20E1 is #43DF1E. Grayscale: #646464. Windows color (decimal): -4448031 or 14753980. OLE color: 14753980.
HSL color Cylindrical-coordinate representation of color #BC20E1: hue angle of 288.5º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC20E1 is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 32 | 225 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.12 |
| HSL | 288.5º | 0.76% | 0.5% | - |
| HSV(B) | 288.5º | 0.86% | 0.88% | - |
| XYZ | 34.85 | 17.16 | 72.71 | - |
| YUV | 100.65 | 198.18 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 225 | 0.16 | 0.86 | 0 | 0.12 | 288.5 | 0.76 | 0.5 |
| Hex | BC | 20 | E1 | 10 | 56 | 0 | C | 120 | 4C | 32 |
| Octal | 274 | 40 | 341 | 20 | 126 | 0 | 14 | 440 | 114 | 62 |
| Binary | 10111100 | 100000 | 11100001 | 10000 | 1010110 | 0 | 1100 | 100100000 | 1001100 | 110010 |
Color Harmonies of #BC20E1
Complementary color
Monochromatic Colors of #BC20E1
Black with #BC20E1
Text Example
Text Example
White with #BC20E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC20E1; }
p { color: rgb(188,32,225); }
H1.HeaderClassName
{
color: #BC20E1;
}
.AnyTagClassName
{
color: #BC20E1;
}
</style>
background-color css
<style>
a { background-color: #BC20E1; }
a { background-color: rgb(188,32,225); }
div.DivClassName
{
background-color: #BC20E1;
}
.BgClassName
{
background-color: #BC20E1;
}
</style>
border-color css
<style>
span { border-color: #BC20E1; }
span { border-color: rgb(188,32,225); }
td.TdClassName
{
border-color: #BC20E1;
}
.TagClassName
{
border-color: #BC20E1;
}
</style>