Shades of Electric Purple #BC19E4
Tints of Electric Purple #BC19E4
RGB
CMYK
RGB Variations
Color information
#BC19E4 (or 0xBC19E4) is known color: Electric Purple. HEX triplet: BC, 19 and E4. RGB value is (188,25,228). Sum of RGB (Red+Green+Blue) = 188+25+228=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 25 (10.16% from 255 or 5.67% from 441); Blue value is 228 (89.45% from 255 or 51.70% from 441); Max value from RGB is 228 - color contains mainly: blue. Hex color #BC19E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC19E4 is #43E61B. Grayscale: #606060. Windows color (decimal): -4449820 or 14948796. OLE color: 14948796.
HSL color Cylindrical-coordinate representation of color #BC19E4: hue angle of 288.18º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC19E4 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 25 | 228 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.11 |
| HSL | 288.18º | 0.8% | 0.5% | - |
| HSV(B) | 288.18º | 0.89% | 0.89% | - |
| XYZ | 35.09 | 16.99 | 74.83 | - |
| YUV | 96.88 | 202 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 228 | 0.18 | 0.89 | 0 | 0.11 | 288.18 | 0.8 | 0.5 |
| Hex | BC | 19 | E4 | 12 | 59 | 0 | B | 120 | 50 | 32 |
| Octal | 274 | 31 | 344 | 22 | 131 | 0 | 13 | 440 | 120 | 62 |
| Binary | 10111100 | 11001 | 11100100 | 10010 | 1011001 | 0 | 1011 | 100100000 | 1010000 | 110010 |
Color Harmonies of #BC19E4
Complementary color
Monochromatic Colors of #BC19E4
Black with #BC19E4
Text Example
Text Example
White with #BC19E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC19E4; }
p { color: rgb(188,25,228); }
H1.HeaderClassName
{
color: #BC19E4;
}
.AnyTagClassName
{
color: #BC19E4;
}
</style>
background-color css
<style>
a { background-color: #BC19E4; }
a { background-color: rgb(188,25,228); }
div.DivClassName
{
background-color: #BC19E4;
}
.BgClassName
{
background-color: #BC19E4;
}
</style>
border-color css
<style>
span { border-color: #BC19E4; }
span { border-color: rgb(188,25,228); }
td.TdClassName
{
border-color: #BC19E4;
}
.TagClassName
{
border-color: #BC19E4;
}
</style>