Shades of Electric Purple #BC25ED
Tints of Electric Purple #BC25ED
RGB
CMYK
RGB Variations
Color information
#BC25ED (or 0xBC25ED) is known color: Electric Purple. HEX triplet: BC, 25 and ED. RGB value is (188,37,237). Sum of RGB (Red+Green+Blue) = 188+37+237=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 37 (14.84% from 255 or 8.01% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC25ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC25ED is #43DA12. Grayscale: #686868. Windows color (decimal): -4446739 or 15541692. OLE color: 15541692.
HSL color Cylindrical-coordinate representation of color #BC25ED: hue angle of 285.3º degrees, saturation: 0.85, 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 #BC25ED is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 37 | 237 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.07 |
| HSL | 285.3º | 0.85% | 0.54% | - |
| HSV(B) | 285.3º | 0.84% | 0.93% | - |
| XYZ | 36.69 | 18.13 | 81.69 | - |
| YUV | 104.95 | 202.53 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 237 | 0.21 | 0.84 | 0 | 0.07 | 285.3 | 0.85 | 0.54 |
| Hex | BC | 25 | ED | 15 | 54 | 0 | 7 | 11D | 55 | 36 |
| Octal | 274 | 45 | 355 | 25 | 124 | 0 | 7 | 435 | 125 | 66 |
| Binary | 10111100 | 100101 | 11101101 | 10101 | 1010100 | 0 | 111 | 100011101 | 1010101 | 110110 |
Color Harmonies of #BC25ED
Complementary color
Monochromatic Colors of #BC25ED
Black with #BC25ED
Text Example
Text Example
White with #BC25ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC25ED; }
p { color: rgb(188,37,237); }
H1.HeaderClassName
{
color: #BC25ED;
}
.AnyTagClassName
{
color: #BC25ED;
}
</style>
background-color css
<style>
a { background-color: #BC25ED; }
a { background-color: rgb(188,37,237); }
div.DivClassName
{
background-color: #BC25ED;
}
.BgClassName
{
background-color: #BC25ED;
}
</style>
border-color css
<style>
span { border-color: #BC25ED; }
span { border-color: rgb(188,37,237); }
td.TdClassName
{
border-color: #BC25ED;
}
.TagClassName
{
border-color: #BC25ED;
}
</style>