Shades of Electric Purple #BC20FD
Tints of Electric Purple #BC20FD
RGB
CMYK
RGB Variations
Color information
#BC20FD (or 0xBC20FD) is known color: Electric Purple. HEX triplet: BC, 20 and FD. RGB value is (188,32,253). Sum of RGB (Red+Green+Blue) = 188+32+253=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 32 (12.89% from 255 or 6.77% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC20FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC20FD is #43DF02. Grayscale: #676767. Windows color (decimal): -4448003 or 16588988. OLE color: 16588988.
HSL color Cylindrical-coordinate representation of color #BC20FD: hue angle of 282.35º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC20FD is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 32 | 253 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.01 |
| HSL | 282.35º | 0.98% | 0.56% | - |
| HSV(B) | 282.35º | 0.87% | 0.99% | - |
| XYZ | 38.99 | 18.82 | 94.51 | - |
| YUV | 103.84 | 212.18 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 253 | 0.26 | 0.87 | 0 | 0.01 | 282.35 | 0.98 | 0.56 |
| Hex | BC | 20 | FD | 1A | 57 | 0 | 1 | 11A | 62 | 38 |
| Octal | 274 | 40 | 375 | 32 | 127 | 0 | 1 | 432 | 142 | 70 |
| Binary | 10111100 | 100000 | 11111101 | 11010 | 1010111 | 0 | 1 | 100011010 | 1100010 | 111000 |
Color Harmonies of #BC20FD
Complementary color
Monochromatic Colors of #BC20FD
Black with #BC20FD
Text Example
Text Example
White with #BC20FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC20FD; }
p { color: rgb(188,32,253); }
H1.HeaderClassName
{
color: #BC20FD;
}
.AnyTagClassName
{
color: #BC20FD;
}
</style>
background-color css
<style>
a { background-color: #BC20FD; }
a { background-color: rgb(188,32,253); }
div.DivClassName
{
background-color: #BC20FD;
}
.BgClassName
{
background-color: #BC20FD;
}
</style>
border-color css
<style>
span { border-color: #BC20FD; }
span { border-color: rgb(188,32,253); }
td.TdClassName
{
border-color: #BC20FD;
}
.TagClassName
{
border-color: #BC20FD;
}
</style>