Shades of Electric Purple #BC19F0
Tints of Electric Purple #BC19F0
RGB
CMYK
RGB Variations
Color information
#BC19F0 (or 0xBC19F0) is known color: Electric Purple. HEX triplet: BC, 19 and F0. RGB value is (188,25,240). Sum of RGB (Red+Green+Blue) = 188+25+240=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 25 (10.16% from 255 or 5.52% from 453); Blue value is 240 (94.14% from 255 or 52.98% from 453); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC19F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC19F0 is #43E60F. Grayscale: #616161. Windows color (decimal): -4449808 or 15735228. OLE color: 15735228.
HSL color Cylindrical-coordinate representation of color #BC19F0: hue angle of 285.49º degrees, saturation: 0.88, 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 #BC19F0 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 25 | 240 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.06 |
| HSL | 285.49º | 0.88% | 0.52% | - |
| HSV(B) | 285.49º | 0.9% | 0.94% | - |
| XYZ | 36.81 | 17.68 | 83.91 | - |
| YUV | 98.25 | 208 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 240 | 0.22 | 0.90 | 0 | 0.06 | 285.49 | 0.88 | 0.52 |
| Hex | BC | 19 | F0 | 16 | 5A | 0 | 6 | 11D | 58 | 34 |
| Octal | 274 | 31 | 360 | 26 | 132 | 0 | 6 | 435 | 130 | 64 |
| Binary | 10111100 | 11001 | 11110000 | 10110 | 1011010 | 0 | 110 | 100011101 | 1011000 | 110100 |
Color Harmonies of #BC19F0
Complementary color
Monochromatic Colors of #BC19F0
Black with #BC19F0
Text Example
Text Example
White with #BC19F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC19F0; }
p { color: rgb(188,25,240); }
H1.HeaderClassName
{
color: #BC19F0;
}
.AnyTagClassName
{
color: #BC19F0;
}
</style>
background-color css
<style>
a { background-color: #BC19F0; }
a { background-color: rgb(188,25,240); }
div.DivClassName
{
background-color: #BC19F0;
}
.BgClassName
{
background-color: #BC19F0;
}
</style>
border-color css
<style>
span { border-color: #BC19F0; }
span { border-color: rgb(188,25,240); }
td.TdClassName
{
border-color: #BC19F0;
}
.TagClassName
{
border-color: #BC19F0;
}
</style>