Shades of Electric Purple #BC19FC
Tints of Electric Purple #BC19FC
RGB
CMYK
RGB Variations
Color information
#BC19FC (or 0xBC19FC) is known color: Electric Purple. HEX triplet: BC, 19 and FC. RGB value is (188,25,252). Sum of RGB (Red+Green+Blue) = 188+25+252=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 25 (10.16% from 255 or 5.38% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC19FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC19FC is #43E603. Grayscale: #626262. Windows color (decimal): -4449796 or 16521660. OLE color: 16521660.
HSL color Cylindrical-coordinate representation of color #BC19FC: hue angle of 283.08º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC19FC is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 25 | 252 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.01 |
| HSL | 283.08º | 0.97% | 0.54% | - |
| HSV(B) | 283.08º | 0.9% | 0.99% | - |
| XYZ | 38.66 | 18.41 | 93.61 | - |
| YUV | 99.62 | 214 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 252 | 0.25 | 0.90 | 0 | 0.01 | 283.08 | 0.97 | 0.54 |
| Hex | BC | 19 | FC | 19 | 5A | 0 | 1 | 11B | 61 | 36 |
| Octal | 274 | 31 | 374 | 31 | 132 | 0 | 1 | 433 | 141 | 66 |
| Binary | 10111100 | 11001 | 11111100 | 11001 | 1011010 | 0 | 1 | 100011011 | 1100001 | 110110 |
Color Harmonies of #BC19FC
Complementary color
Monochromatic Colors of #BC19FC
Black with #BC19FC
Text Example
Text Example
White with #BC19FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC19FC; }
p { color: rgb(188,25,252); }
H1.HeaderClassName
{
color: #BC19FC;
}
.AnyTagClassName
{
color: #BC19FC;
}
</style>
background-color css
<style>
a { background-color: #BC19FC; }
a { background-color: rgb(188,25,252); }
div.DivClassName
{
background-color: #BC19FC;
}
.BgClassName
{
background-color: #BC19FC;
}
</style>
border-color css
<style>
span { border-color: #BC19FC; }
span { border-color: rgb(188,25,252); }
td.TdClassName
{
border-color: #BC19FC;
}
.TagClassName
{
border-color: #BC19FC;
}
</style>