Shades of Electric Purple #BC25EF
Tints of Electric Purple #BC25EF
RGB
CMYK
RGB Variations
Color information
#BC25EF (or 0xBC25EF) is known color: Electric Purple. HEX triplet: BC, 25 and EF. RGB value is (188,37,239). Sum of RGB (Red+Green+Blue) = 188+37+239=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 37 (14.84% from 255 or 7.97% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC25EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC25EF is #43DA10. Grayscale: #686868. Windows color (decimal): -4446737 or 15672764. OLE color: 15672764.
HSL color Cylindrical-coordinate representation of color #BC25EF: hue angle of 284.85º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC25EF is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 37 | 239 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.06 |
| HSL | 284.85º | 0.86% | 0.54% | - |
| HSV(B) | 284.85º | 0.85% | 0.94% | - |
| XYZ | 36.98 | 18.25 | 83.23 | - |
| YUV | 105.18 | 203.53 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 239 | 0.21 | 0.85 | 0 | 0.06 | 284.85 | 0.86 | 0.54 |
| Hex | BC | 25 | EF | 15 | 55 | 0 | 6 | 11D | 56 | 36 |
| Octal | 274 | 45 | 357 | 25 | 125 | 0 | 6 | 435 | 126 | 66 |
| Binary | 10111100 | 100101 | 11101111 | 10101 | 1010101 | 0 | 110 | 100011101 | 1010110 | 110110 |
Color Harmonies of #BC25EF
Complementary color
Monochromatic Colors of #BC25EF
Black with #BC25EF
Text Example
Text Example
White with #BC25EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC25EF; }
p { color: rgb(188,37,239); }
H1.HeaderClassName
{
color: #BC25EF;
}
.AnyTagClassName
{
color: #BC25EF;
}
</style>
background-color css
<style>
a { background-color: #BC25EF; }
a { background-color: rgb(188,37,239); }
div.DivClassName
{
background-color: #BC25EF;
}
.BgClassName
{
background-color: #BC25EF;
}
</style>
border-color css
<style>
span { border-color: #BC25EF; }
span { border-color: rgb(188,37,239); }
td.TdClassName
{
border-color: #BC25EF;
}
.TagClassName
{
border-color: #BC25EF;
}
</style>