Shades of Electric Purple #BC20EE
Tints of Electric Purple #BC20EE
RGB
CMYK
RGB Variations
Color information
#BC20EE (or 0xBC20EE) is known color: Electric Purple. HEX triplet: BC, 20 and EE. RGB value is (188,32,238). Sum of RGB (Red+Green+Blue) = 188+32+238=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 32 (12.89% from 255 or 6.99% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC20EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC20EE is #43DF11. Grayscale: #656565. Windows color (decimal): -4448018 or 15605948. OLE color: 15605948.
HSL color Cylindrical-coordinate representation of color #BC20EE: hue angle of 285.44º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC20EE is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 32 | 238 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.07 |
| HSL | 285.44º | 0.86% | 0.53% | - |
| HSV(B) | 285.44º | 0.87% | 0.93% | - |
| XYZ | 36.69 | 17.9 | 82.41 | - |
| YUV | 102.13 | 204.68 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 238 | 0.21 | 0.87 | 0 | 0.07 | 285.44 | 0.86 | 0.53 |
| Hex | BC | 20 | EE | 15 | 57 | 0 | 7 | 11D | 56 | 35 |
| Octal | 274 | 40 | 356 | 25 | 127 | 0 | 7 | 435 | 126 | 65 |
| Binary | 10111100 | 100000 | 11101110 | 10101 | 1010111 | 0 | 111 | 100011101 | 1010110 | 110101 |
Color Harmonies of #BC20EE
Complementary color
Monochromatic Colors of #BC20EE
Black with #BC20EE
Text Example
Text Example
White with #BC20EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC20EE; }
p { color: rgb(188,32,238); }
H1.HeaderClassName
{
color: #BC20EE;
}
.AnyTagClassName
{
color: #BC20EE;
}
</style>
background-color css
<style>
a { background-color: #BC20EE; }
a { background-color: rgb(188,32,238); }
div.DivClassName
{
background-color: #BC20EE;
}
.BgClassName
{
background-color: #BC20EE;
}
</style>
border-color css
<style>
span { border-color: #BC20EE; }
span { border-color: rgb(188,32,238); }
td.TdClassName
{
border-color: #BC20EE;
}
.TagClassName
{
border-color: #BC20EE;
}
</style>