Shades of Electric Purple #BC20F3
Tints of Electric Purple #BC20F3
RGB
CMYK
RGB Variations
Color information
#BC20F3 (or 0xBC20F3) is known color: Electric Purple. HEX triplet: BC, 20 and F3. RGB value is (188,32,243). Sum of RGB (Red+Green+Blue) = 188+32+243=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 32 (12.89% from 255 or 6.91% from 463); Blue value is 243 (95.31% from 255 or 52.48% from 463); Max value from RGB is 243 - color contains mainly: blue. Hex color #BC20F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC20F3 is #43DF0C. Grayscale: #666666. Windows color (decimal): -4448013 or 15933628. OLE color: 15933628.
HSL color Cylindrical-coordinate representation of color #BC20F3: hue angle of 284.36º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC20F3 is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 32 | 243 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.05 |
| HSL | 284.36º | 0.9% | 0.54% | - |
| HSV(B) | 284.36º | 0.87% | 0.95% | - |
| XYZ | 37.43 | 18.2 | 86.33 | - |
| YUV | 102.7 | 207.18 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 243 | 0.23 | 0.87 | 0 | 0.05 | 284.36 | 0.9 | 0.54 |
| Hex | BC | 20 | F3 | 17 | 57 | 0 | 5 | 11C | 5A | 36 |
| Octal | 274 | 40 | 363 | 27 | 127 | 0 | 5 | 434 | 132 | 66 |
| Binary | 10111100 | 100000 | 11110011 | 10111 | 1010111 | 0 | 101 | 100011100 | 1011010 | 110110 |
Color Harmonies of #BC20F3
Complementary color
Monochromatic Colors of #BC20F3
Black with #BC20F3
Text Example
Text Example
White with #BC20F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC20F3; }
p { color: rgb(188,32,243); }
H1.HeaderClassName
{
color: #BC20F3;
}
.AnyTagClassName
{
color: #BC20F3;
}
</style>
background-color css
<style>
a { background-color: #BC20F3; }
a { background-color: rgb(188,32,243); }
div.DivClassName
{
background-color: #BC20F3;
}
.BgClassName
{
background-color: #BC20F3;
}
</style>
border-color css
<style>
span { border-color: #BC20F3; }
span { border-color: rgb(188,32,243); }
td.TdClassName
{
border-color: #BC20F3;
}
.TagClassName
{
border-color: #BC20F3;
}
</style>