Shades of Electric Purple #BC25EC
Tints of Electric Purple #BC25EC
RGB
CMYK
RGB Variations
Color information
#BC25EC (or 0xBC25EC) is known color: Electric Purple. HEX triplet: BC, 25 and EC. RGB value is (188,37,236). Sum of RGB (Red+Green+Blue) = 188+37+236=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 37 (14.84% from 255 or 8.03% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC25EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC25EC is #43DA13. Grayscale: #686868. Windows color (decimal): -4446740 or 15476156. OLE color: 15476156.
HSL color Cylindrical-coordinate representation of color #BC25EC: hue angle of 285.53º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC25EC is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 37 | 236 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.07 |
| HSL | 285.53º | 0.84% | 0.54% | - |
| HSV(B) | 285.53º | 0.84% | 0.93% | - |
| XYZ | 36.54 | 18.07 | 80.92 | - |
| YUV | 104.84 | 202.03 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 236 | 0.20 | 0.84 | 0 | 0.07 | 285.53 | 0.84 | 0.54 |
| Hex | BC | 25 | EC | 14 | 54 | 0 | 7 | 11E | 54 | 36 |
| Octal | 274 | 45 | 354 | 24 | 124 | 0 | 7 | 436 | 124 | 66 |
| Binary | 10111100 | 100101 | 11101100 | 10100 | 1010100 | 0 | 111 | 100011110 | 1010100 | 110110 |
Color Harmonies of #BC25EC
Complementary color
Monochromatic Colors of #BC25EC
Black with #BC25EC
Text Example
Text Example
White with #BC25EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC25EC; }
p { color: rgb(188,37,236); }
H1.HeaderClassName
{
color: #BC25EC;
}
.AnyTagClassName
{
color: #BC25EC;
}
</style>
background-color css
<style>
a { background-color: #BC25EC; }
a { background-color: rgb(188,37,236); }
div.DivClassName
{
background-color: #BC25EC;
}
.BgClassName
{
background-color: #BC25EC;
}
</style>
border-color css
<style>
span { border-color: #BC25EC; }
span { border-color: rgb(188,37,236); }
td.TdClassName
{
border-color: #BC25EC;
}
.TagClassName
{
border-color: #BC25EC;
}
</style>