Shades of Electric Purple #BC21EF
Tints of Electric Purple #BC21EF
RGB
CMYK
RGB Variations
Color information
#BC21EF (or 0xBC21EF) is known color: Electric Purple. HEX triplet: BC, 21 and EF. RGB value is (188,33,239). Sum of RGB (Red+Green+Blue) = 188+33+239=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 33 (13.28% from 255 or 7.17% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC21EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC21EF is #43DE10. Grayscale: #666666. Windows color (decimal): -4447761 or 15671740. OLE color: 15671740.
HSL color Cylindrical-coordinate representation of color #BC21EF: hue angle of 285.15º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC21EF is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 33 | 239 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.06 |
| HSL | 285.15º | 0.87% | 0.53% | - |
| HSV(B) | 285.15º | 0.86% | 0.94% | - |
| XYZ | 36.86 | 18.01 | 83.19 | - |
| YUV | 102.83 | 204.85 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 239 | 0.21 | 0.86 | 0 | 0.06 | 285.15 | 0.87 | 0.53 |
| Hex | BC | 21 | EF | 15 | 56 | 0 | 6 | 11D | 57 | 35 |
| Octal | 274 | 41 | 357 | 25 | 126 | 0 | 6 | 435 | 127 | 65 |
| Binary | 10111100 | 100001 | 11101111 | 10101 | 1010110 | 0 | 110 | 100011101 | 1010111 | 110101 |
Color Harmonies of #BC21EF
Complementary color
Monochromatic Colors of #BC21EF
Black with #BC21EF
Text Example
Text Example
White with #BC21EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC21EF; }
p { color: rgb(188,33,239); }
H1.HeaderClassName
{
color: #BC21EF;
}
.AnyTagClassName
{
color: #BC21EF;
}
</style>
background-color css
<style>
a { background-color: #BC21EF; }
a { background-color: rgb(188,33,239); }
div.DivClassName
{
background-color: #BC21EF;
}
.BgClassName
{
background-color: #BC21EF;
}
</style>
border-color css
<style>
span { border-color: #BC21EF; }
span { border-color: rgb(188,33,239); }
td.TdClassName
{
border-color: #BC21EF;
}
.TagClassName
{
border-color: #BC21EF;
}
</style>