Shades of Electric Purple #BC19F9
Tints of Electric Purple #BC19F9
RGB
CMYK
RGB Variations
Color information
#BC19F9 (or 0xBC19F9) is known color: Electric Purple. HEX triplet: BC, 19 and F9. RGB value is (188,25,249). Sum of RGB (Red+Green+Blue) = 188+25+249=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 25 (10.16% from 255 or 5.41% from 462); Blue value is 249 (97.66% from 255 or 53.90% from 462); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC19F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC19F9 is #43E606. Grayscale: #626262. Windows color (decimal): -4449799 or 16325052. OLE color: 16325052.
HSL color Cylindrical-coordinate representation of color #BC19F9: hue angle of 283.66º degrees, saturation: 0.95, 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 #BC19F9 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 25 | 249 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.02 |
| HSL | 283.66º | 0.95% | 0.54% | - |
| HSV(B) | 283.66º | 0.9% | 0.98% | - |
| XYZ | 38.19 | 18.23 | 91.13 | - |
| YUV | 99.27 | 212.5 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 249 | 0.24 | 0.90 | 0 | 0.02 | 283.66 | 0.95 | 0.54 |
| Hex | BC | 19 | F9 | 18 | 5A | 0 | 2 | 11C | 5F | 36 |
| Octal | 274 | 31 | 371 | 30 | 132 | 0 | 2 | 434 | 137 | 66 |
| Binary | 10111100 | 11001 | 11111001 | 11000 | 1011010 | 0 | 10 | 100011100 | 1011111 | 110110 |
Color Harmonies of #BC19F9
Complementary color
Monochromatic Colors of #BC19F9
Black with #BC19F9
Text Example
Text Example
White with #BC19F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC19F9; }
p { color: rgb(188,25,249); }
H1.HeaderClassName
{
color: #BC19F9;
}
.AnyTagClassName
{
color: #BC19F9;
}
</style>
background-color css
<style>
a { background-color: #BC19F9; }
a { background-color: rgb(188,25,249); }
div.DivClassName
{
background-color: #BC19F9;
}
.BgClassName
{
background-color: #BC19F9;
}
</style>
border-color css
<style>
span { border-color: #BC19F9; }
span { border-color: rgb(188,25,249); }
td.TdClassName
{
border-color: #BC19F9;
}
.TagClassName
{
border-color: #BC19F9;
}
</style>