Shades of Electric Purple #BC15ED
Tints of Electric Purple #BC15ED
RGB
CMYK
RGB Variations
Color information
#BC15ED (or 0xBC15ED) is known color: Electric Purple. HEX triplet: BC, 15 and ED. RGB value is (188,21,237). Sum of RGB (Red+Green+Blue) = 188+21+237=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 21 (8.59% from 255 or 4.71% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC15ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC15ED is #43EA12. Grayscale: #5E5E5E. Windows color (decimal): -4450835 or 15537596. OLE color: 15537596.
HSL color Cylindrical-coordinate representation of color #BC15ED: hue angle of 286.39º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC15ED is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 21 | 237 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.07 |
| HSL | 286.39º | 0.86% | 0.51% | - |
| HSV(B) | 286.39º | 0.91% | 0.93% | - |
| XYZ | 36.29 | 17.34 | 81.56 | - |
| YUV | 95.56 | 207.83 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 237 | 0.21 | 0.91 | 0 | 0.07 | 286.39 | 0.86 | 0.51 |
| Hex | BC | 15 | ED | 15 | 5B | 0 | 7 | 11E | 56 | 33 |
| Octal | 274 | 25 | 355 | 25 | 133 | 0 | 7 | 436 | 126 | 63 |
| Binary | 10111100 | 10101 | 11101101 | 10101 | 1011011 | 0 | 111 | 100011110 | 1010110 | 110011 |
Color Harmonies of #BC15ED
Complementary color
Monochromatic Colors of #BC15ED
Black with #BC15ED
Text Example
Text Example
White with #BC15ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC15ED; }
p { color: rgb(188,21,237); }
H1.HeaderClassName
{
color: #BC15ED;
}
.AnyTagClassName
{
color: #BC15ED;
}
</style>
background-color css
<style>
a { background-color: #BC15ED; }
a { background-color: rgb(188,21,237); }
div.DivClassName
{
background-color: #BC15ED;
}
.BgClassName
{
background-color: #BC15ED;
}
</style>
border-color css
<style>
span { border-color: #BC15ED; }
span { border-color: rgb(188,21,237); }
td.TdClassName
{
border-color: #BC15ED;
}
.TagClassName
{
border-color: #BC15ED;
}
</style>