Shades of Electric Purple #BC29EC
Tints of Electric Purple #BC29EC
RGB
CMYK
RGB Variations
Color information
#BC29EC (or 0xBC29EC) is known color: Electric Purple. HEX triplet: BC, 29 and EC. RGB value is (188,41,236). Sum of RGB (Red+Green+Blue) = 188+41+236=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 41 (16.41% from 255 or 8.82% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC29EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC29EC is #43D613. Grayscale: #6A6A6A. Windows color (decimal): -4445716 or 15477180. OLE color: 15477180.
HSL color Cylindrical-coordinate representation of color #BC29EC: hue angle of 285.23º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC29EC is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 41 | 236 | - |
| CMYK | 0.20 | 0.83 | 0 | 0.07 |
| HSL | 285.23º | 0.84% | 0.54% | - |
| HSV(B) | 285.23º | 0.83% | 0.93% | - |
| XYZ | 36.67 | 18.33 | 80.96 | - |
| YUV | 107.18 | 200.7 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 236 | 0.20 | 0.83 | 0 | 0.07 | 285.23 | 0.84 | 0.54 |
| Hex | BC | 29 | EC | 14 | 53 | 0 | 7 | 11D | 54 | 36 |
| Octal | 274 | 51 | 354 | 24 | 123 | 0 | 7 | 435 | 124 | 66 |
| Binary | 10111100 | 101001 | 11101100 | 10100 | 1010011 | 0 | 111 | 100011101 | 1010100 | 110110 |
Color Harmonies of #BC29EC
Complementary color
Monochromatic Colors of #BC29EC
Black with #BC29EC
Text Example
Text Example
White with #BC29EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC29EC; }
p { color: rgb(188,41,236); }
H1.HeaderClassName
{
color: #BC29EC;
}
.AnyTagClassName
{
color: #BC29EC;
}
</style>
background-color css
<style>
a { background-color: #BC29EC; }
a { background-color: rgb(188,41,236); }
div.DivClassName
{
background-color: #BC29EC;
}
.BgClassName
{
background-color: #BC29EC;
}
</style>
border-color css
<style>
span { border-color: #BC29EC; }
span { border-color: rgb(188,41,236); }
td.TdClassName
{
border-color: #BC29EC;
}
.TagClassName
{
border-color: #BC29EC;
}
</style>