Shades of Electric Purple #BC20EF
Tints of Electric Purple #BC20EF
RGB
CMYK
RGB Variations
Color information
#BC20EF (or 0xBC20EF) is known color: Electric Purple. HEX triplet: BC, 20 and EF. RGB value is (188,32,239). Sum of RGB (Red+Green+Blue) = 188+32+239=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 32 (12.89% from 255 or 6.97% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC20EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC20EF is #43DF10. Grayscale: #656565. Windows color (decimal): -4448017 or 15671484. OLE color: 15671484.
HSL color Cylindrical-coordinate representation of color #BC20EF: hue angle of 285.22º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC20EF is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 32 | 239 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.06 |
| HSL | 285.22º | 0.87% | 0.53% | - |
| HSV(B) | 285.22º | 0.87% | 0.94% | - |
| XYZ | 36.84 | 17.96 | 83.19 | - |
| YUV | 102.24 | 205.18 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 239 | 0.21 | 0.87 | 0 | 0.06 | 285.22 | 0.87 | 0.53 |
| Hex | BC | 20 | EF | 15 | 57 | 0 | 6 | 11D | 57 | 35 |
| Octal | 274 | 40 | 357 | 25 | 127 | 0 | 6 | 435 | 127 | 65 |
| Binary | 10111100 | 100000 | 11101111 | 10101 | 1010111 | 0 | 110 | 100011101 | 1010111 | 110101 |
Color Harmonies of #BC20EF
Complementary color
Monochromatic Colors of #BC20EF
Black with #BC20EF
Text Example
Text Example
White with #BC20EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC20EF; }
p { color: rgb(188,32,239); }
H1.HeaderClassName
{
color: #BC20EF;
}
.AnyTagClassName
{
color: #BC20EF;
}
</style>
background-color css
<style>
a { background-color: #BC20EF; }
a { background-color: rgb(188,32,239); }
div.DivClassName
{
background-color: #BC20EF;
}
.BgClassName
{
background-color: #BC20EF;
}
</style>
border-color css
<style>
span { border-color: #BC20EF; }
span { border-color: rgb(188,32,239); }
td.TdClassName
{
border-color: #BC20EF;
}
.TagClassName
{
border-color: #BC20EF;
}
</style>