Shades of Electric Purple #BC20FE
Tints of Electric Purple #BC20FE
RGB
CMYK
RGB Variations
Color information
#BC20FE (or 0xBC20FE) is known color: Electric Purple. HEX triplet: BC, 20 and FE. RGB value is (188,32,254). Sum of RGB (Red+Green+Blue) = 188+32+254=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 32 (12.89% from 255 or 6.75% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC20FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC20FE is #43DF01. Grayscale: #676767. Windows color (decimal): -4448002 or 16654524. OLE color: 16654524.
HSL color Cylindrical-coordinate representation of color #BC20FE: hue angle of 282.16º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC20FE is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 32 | 254 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.00 |
| HSL | 282.16º | 0.99% | 0.56% | - |
| HSV(B) | 282.16º | 0.87% | 1% | - |
| XYZ | 39.14 | 18.88 | 95.35 | - |
| YUV | 103.95 | 212.68 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 254 | 0.26 | 0.87 | 0 | 0.00 | 282.16 | 0.99 | 0.56 |
| Hex | BC | 20 | FE | 1A | 57 | 0 | 0 | 11A | 63 | 38 |
| Octal | 274 | 40 | 376 | 32 | 127 | 0 | 0 | 432 | 143 | 70 |
| Binary | 10111100 | 100000 | 11111110 | 11010 | 1010111 | 0 | 0 | 100011010 | 1100011 | 111000 |
Color Harmonies of #BC20FE
Complementary color
Monochromatic Colors of #BC20FE
Black with #BC20FE
Text Example
Text Example
White with #BC20FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC20FE; }
p { color: rgb(188,32,254); }
H1.HeaderClassName
{
color: #BC20FE;
}
.AnyTagClassName
{
color: #BC20FE;
}
</style>
background-color css
<style>
a { background-color: #BC20FE; }
a { background-color: rgb(188,32,254); }
div.DivClassName
{
background-color: #BC20FE;
}
.BgClassName
{
background-color: #BC20FE;
}
</style>
border-color css
<style>
span { border-color: #BC20FE; }
span { border-color: rgb(188,32,254); }
td.TdClassName
{
border-color: #BC20FE;
}
.TagClassName
{
border-color: #BC20FE;
}
</style>