Shades of Electric Purple #BC19F7
Tints of Electric Purple #BC19F7
RGB
CMYK
RGB Variations
Color information
#BC19F7 (or 0xBC19F7) is known color: Electric Purple. HEX triplet: BC, 19 and F7. RGB value is (188,25,247). Sum of RGB (Red+Green+Blue) = 188+25+247=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 25 (10.16% from 255 or 5.43% from 460); Blue value is 247 (96.88% from 255 or 53.70% from 460); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC19F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC19F7 is #43E608. Grayscale: #626262. Windows color (decimal): -4449801 or 16193980. OLE color: 16193980.
HSL color Cylindrical-coordinate representation of color #BC19F7: hue angle of 284.05º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC19F7 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 25 | 247 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.03 |
| HSL | 284.05º | 0.93% | 0.53% | - |
| HSV(B) | 284.05º | 0.9% | 0.97% | - |
| XYZ | 37.88 | 18.1 | 89.49 | - |
| YUV | 99.05 | 211.5 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 247 | 0.24 | 0.90 | 0 | 0.03 | 284.05 | 0.93 | 0.53 |
| Hex | BC | 19 | F7 | 18 | 5A | 0 | 3 | 11C | 5D | 35 |
| Octal | 274 | 31 | 367 | 30 | 132 | 0 | 3 | 434 | 135 | 65 |
| Binary | 10111100 | 11001 | 11110111 | 11000 | 1011010 | 0 | 11 | 100011100 | 1011101 | 110101 |
Color Harmonies of #BC19F7
Complementary color
Monochromatic Colors of #BC19F7
Black with #BC19F7
Text Example
Text Example
White with #BC19F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC19F7; }
p { color: rgb(188,25,247); }
H1.HeaderClassName
{
color: #BC19F7;
}
.AnyTagClassName
{
color: #BC19F7;
}
</style>
background-color css
<style>
a { background-color: #BC19F7; }
a { background-color: rgb(188,25,247); }
div.DivClassName
{
background-color: #BC19F7;
}
.BgClassName
{
background-color: #BC19F7;
}
</style>
border-color css
<style>
span { border-color: #BC19F7; }
span { border-color: rgb(188,25,247); }
td.TdClassName
{
border-color: #BC19F7;
}
.TagClassName
{
border-color: #BC19F7;
}
</style>