Shades of Electric Purple #BC20F7
Tints of Electric Purple #BC20F7
RGB
CMYK
RGB Variations
Color information
#BC20F7 (or 0xBC20F7) is known color: Electric Purple. HEX triplet: BC, 20 and F7. RGB value is (188,32,247). Sum of RGB (Red+Green+Blue) = 188+32+247=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 32 (12.89% from 255 or 6.85% from 467); Blue value is 247 (96.88% from 255 or 52.89% from 467); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC20F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC20F7 is #43DF08. Grayscale: #666666. Windows color (decimal): -4448009 or 16195772. OLE color: 16195772.
HSL color Cylindrical-coordinate representation of color #BC20F7: hue angle of 283.53º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC20F7 is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 32 | 247 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.03 |
| HSL | 283.53º | 0.93% | 0.55% | - |
| HSV(B) | 283.53º | 0.87% | 0.97% | - |
| XYZ | 38.04 | 18.44 | 89.55 | - |
| YUV | 103.15 | 209.18 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 247 | 0.24 | 0.87 | 0 | 0.03 | 283.53 | 0.93 | 0.55 |
| Hex | BC | 20 | F7 | 18 | 57 | 0 | 3 | 11C | 5D | 37 |
| Octal | 274 | 40 | 367 | 30 | 127 | 0 | 3 | 434 | 135 | 67 |
| Binary | 10111100 | 100000 | 11110111 | 11000 | 1010111 | 0 | 11 | 100011100 | 1011101 | 110111 |
Color Harmonies of #BC20F7
Complementary color
Monochromatic Colors of #BC20F7
Black with #BC20F7
Text Example
Text Example
White with #BC20F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC20F7; }
p { color: rgb(188,32,247); }
H1.HeaderClassName
{
color: #BC20F7;
}
.AnyTagClassName
{
color: #BC20F7;
}
</style>
background-color css
<style>
a { background-color: #BC20F7; }
a { background-color: rgb(188,32,247); }
div.DivClassName
{
background-color: #BC20F7;
}
.BgClassName
{
background-color: #BC20F7;
}
</style>
border-color css
<style>
span { border-color: #BC20F7; }
span { border-color: rgb(188,32,247); }
td.TdClassName
{
border-color: #BC20F7;
}
.TagClassName
{
border-color: #BC20F7;
}
</style>