Shades of Electric Purple #BC19FB
Tints of Electric Purple #BC19FB
RGB
CMYK
RGB Variations
Color information
#BC19FB (or 0xBC19FB) is known color: Electric Purple. HEX triplet: BC, 19 and FB. RGB value is (188,25,251). Sum of RGB (Red+Green+Blue) = 188+25+251=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 25 (10.16% from 255 or 5.39% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC19FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC19FB is #43E604. Grayscale: #626262. Windows color (decimal): -4449797 or 16456124. OLE color: 16456124.
HSL color Cylindrical-coordinate representation of color #BC19FB: hue angle of 283.27º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC19FB is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 25 | 251 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.02 |
| HSL | 283.27º | 0.97% | 0.54% | - |
| HSV(B) | 283.27º | 0.9% | 0.98% | - |
| XYZ | 38.5 | 18.35 | 92.78 | - |
| YUV | 99.5 | 213.5 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 251 | 0.25 | 0.90 | 0 | 0.02 | 283.27 | 0.97 | 0.54 |
| Hex | BC | 19 | FB | 19 | 5A | 0 | 2 | 11B | 61 | 36 |
| Octal | 274 | 31 | 373 | 31 | 132 | 0 | 2 | 433 | 141 | 66 |
| Binary | 10111100 | 11001 | 11111011 | 11001 | 1011010 | 0 | 10 | 100011011 | 1100001 | 110110 |
Color Harmonies of #BC19FB
Complementary color
Monochromatic Colors of #BC19FB
Black with #BC19FB
Text Example
Text Example
White with #BC19FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC19FB; }
p { color: rgb(188,25,251); }
H1.HeaderClassName
{
color: #BC19FB;
}
.AnyTagClassName
{
color: #BC19FB;
}
</style>
background-color css
<style>
a { background-color: #BC19FB; }
a { background-color: rgb(188,25,251); }
div.DivClassName
{
background-color: #BC19FB;
}
.BgClassName
{
background-color: #BC19FB;
}
</style>
border-color css
<style>
span { border-color: #BC19FB; }
span { border-color: rgb(188,25,251); }
td.TdClassName
{
border-color: #BC19FB;
}
.TagClassName
{
border-color: #BC19FB;
}
</style>