Shades of Electric Purple #BC19ED
Tints of Electric Purple #BC19ED
RGB
CMYK
RGB Variations
Color information
#BC19ED (or 0xBC19ED) is known color: Electric Purple. HEX triplet: BC, 19 and ED. RGB value is (188,25,237). Sum of RGB (Red+Green+Blue) = 188+25+237=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 25 (10.16% from 255 or 5.56% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC19ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC19ED is #43E612. Grayscale: #616161. Windows color (decimal): -4449811 or 15538620. OLE color: 15538620.
HSL color Cylindrical-coordinate representation of color #BC19ED: hue angle of 286.13º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC19ED is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 25 | 237 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.07 |
| HSL | 286.13º | 0.85% | 0.51% | - |
| HSV(B) | 286.13º | 0.89% | 0.93% | - |
| XYZ | 36.37 | 17.5 | 81.58 | - |
| YUV | 97.91 | 206.5 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 237 | 0.21 | 0.89 | 0 | 0.07 | 286.13 | 0.85 | 0.51 |
| Hex | BC | 19 | ED | 15 | 59 | 0 | 7 | 11E | 55 | 33 |
| Octal | 274 | 31 | 355 | 25 | 131 | 0 | 7 | 436 | 125 | 63 |
| Binary | 10111100 | 11001 | 11101101 | 10101 | 1011001 | 0 | 111 | 100011110 | 1010101 | 110011 |
Color Harmonies of #BC19ED
Complementary color
Monochromatic Colors of #BC19ED
Black with #BC19ED
Text Example
Text Example
White with #BC19ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC19ED; }
p { color: rgb(188,25,237); }
H1.HeaderClassName
{
color: #BC19ED;
}
.AnyTagClassName
{
color: #BC19ED;
}
</style>
background-color css
<style>
a { background-color: #BC19ED; }
a { background-color: rgb(188,25,237); }
div.DivClassName
{
background-color: #BC19ED;
}
.BgClassName
{
background-color: #BC19ED;
}
</style>
border-color css
<style>
span { border-color: #BC19ED; }
span { border-color: rgb(188,25,237); }
td.TdClassName
{
border-color: #BC19ED;
}
.TagClassName
{
border-color: #BC19ED;
}
</style>