Shades of Electric Purple #BC19FF
Tints of Electric Purple #BC19FF
RGB
CMYK
RGB Variations
Color information
#BC19FF (or 0xBC19FF) is known color: Electric Purple. HEX triplet: BC, 19 and FF. RGB value is (188,25,255). Sum of RGB (Red+Green+Blue) = 188+25+255=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 25 (10.16% from 255 or 5.34% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC19FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC19FF is #43E600. Grayscale: #636363. Windows color (decimal): -4449793 or 16718268. OLE color: 16718268.
HSL color Cylindrical-coordinate representation of color #BC19FF: hue angle of 282.52º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC19FF is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 25 | 255 | - |
| CMYK | 0.26 | 0.90 | 0 | 0 |
| HSL | 282.52º | 1% | 0.55% | - |
| HSV(B) | 282.52º | 0.9% | 1% | - |
| XYZ | 39.14 | 18.61 | 96.14 | - |
| YUV | 99.96 | 215.5 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 255 | 0.26 | 0.90 | 0 | 0 | 282.52 | 1 | 0.55 |
| Hex | BC | 19 | FF | 1A | 5A | 0 | 0 | 11B | 64 | 37 |
| Octal | 274 | 31 | 377 | 32 | 132 | 0 | 0 | 433 | 144 | 67 |
| Binary | 10111100 | 11001 | 11111111 | 11010 | 1011010 | 0 | 0 | 100011011 | 1100100 | 110111 |
Color Harmonies of #BC19FF
Complementary color
Monochromatic Colors of #BC19FF
Black with #BC19FF
Text Example
Text Example
White with #BC19FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC19FF; }
p { color: rgb(188,25,255); }
H1.HeaderClassName
{
color: #BC19FF;
}
.AnyTagClassName
{
color: #BC19FF;
}
</style>
background-color css
<style>
a { background-color: #BC19FF; }
a { background-color: rgb(188,25,255); }
div.DivClassName
{
background-color: #BC19FF;
}
.BgClassName
{
background-color: #BC19FF;
}
</style>
border-color css
<style>
span { border-color: #BC19FF; }
span { border-color: rgb(188,25,255); }
td.TdClassName
{
border-color: #BC19FF;
}
.TagClassName
{
border-color: #BC19FF;
}
</style>