Shades of Electric Purple #BC19EF
Tints of Electric Purple #BC19EF
RGB
CMYK
RGB Variations
Color information
#BC19EF (or 0xBC19EF) is known color: Electric Purple. HEX triplet: BC, 19 and EF. RGB value is (188,25,239). Sum of RGB (Red+Green+Blue) = 188+25+239=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 25 (10.16% from 255 or 5.53% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC19EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC19EF is #43E610. Grayscale: #616161. Windows color (decimal): -4449809 or 15669692. OLE color: 15669692.
HSL color Cylindrical-coordinate representation of color #BC19EF: hue angle of 285.7º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC19EF is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 25 | 239 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.06 |
| HSL | 285.7º | 0.87% | 0.52% | - |
| HSV(B) | 285.7º | 0.9% | 0.94% | - |
| XYZ | 36.67 | 17.62 | 83.13 | - |
| YUV | 98.13 | 207.5 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 239 | 0.21 | 0.90 | 0 | 0.06 | 285.7 | 0.87 | 0.52 |
| Hex | BC | 19 | EF | 15 | 5A | 0 | 6 | 11E | 57 | 34 |
| Octal | 274 | 31 | 357 | 25 | 132 | 0 | 6 | 436 | 127 | 64 |
| Binary | 10111100 | 11001 | 11101111 | 10101 | 1011010 | 0 | 110 | 100011110 | 1010111 | 110100 |
Color Harmonies of #BC19EF
Complementary color
Monochromatic Colors of #BC19EF
Black with #BC19EF
Text Example
Text Example
White with #BC19EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC19EF; }
p { color: rgb(188,25,239); }
H1.HeaderClassName
{
color: #BC19EF;
}
.AnyTagClassName
{
color: #BC19EF;
}
</style>
background-color css
<style>
a { background-color: #BC19EF; }
a { background-color: rgb(188,25,239); }
div.DivClassName
{
background-color: #BC19EF;
}
.BgClassName
{
background-color: #BC19EF;
}
</style>
border-color css
<style>
span { border-color: #BC19EF; }
span { border-color: rgb(188,25,239); }
td.TdClassName
{
border-color: #BC19EF;
}
.TagClassName
{
border-color: #BC19EF;
}
</style>