Shades of Electric Purple #BC1FFE
Tints of Electric Purple #BC1FFE
RGB
CMYK
RGB Variations
Color information
#BC1FFE (or 0xBC1FFE) is known color: Electric Purple. HEX triplet: BC, 1F and FE. RGB value is (188,31,254). Sum of RGB (Red+Green+Blue) = 188+31+254=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 31 (12.5% from 255 or 6.55% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC1FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1FFE is #43E001. Grayscale: #666666. Windows color (decimal): -4448258 or 16654268. OLE color: 16654268.
HSL color Cylindrical-coordinate representation of color #BC1FFE: hue angle of 282.24º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1FFE is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 31 | 254 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.00 |
| HSL | 282.24º | 0.99% | 0.56% | - |
| HSV(B) | 282.24º | 0.88% | 1% | - |
| XYZ | 39.12 | 18.83 | 95.34 | - |
| YUV | 103.37 | 213.01 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 31 | 254 | 0.26 | 0.88 | 0 | 0.00 | 282.24 | 0.99 | 0.56 |
| Hex | BC | 1F | FE | 1A | 58 | 0 | 0 | 11A | 63 | 38 |
| Octal | 274 | 37 | 376 | 32 | 130 | 0 | 0 | 432 | 143 | 70 |
| Binary | 10111100 | 11111 | 11111110 | 11010 | 1011000 | 0 | 0 | 100011010 | 1100011 | 111000 |
Color Harmonies of #BC1FFE
Complementary color
Monochromatic Colors of #BC1FFE
Black with #BC1FFE
Text Example
Text Example
White with #BC1FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1FFE; }
p { color: rgb(188,31,254); }
H1.HeaderClassName
{
color: #BC1FFE;
}
.AnyTagClassName
{
color: #BC1FFE;
}
</style>
background-color css
<style>
a { background-color: #BC1FFE; }
a { background-color: rgb(188,31,254); }
div.DivClassName
{
background-color: #BC1FFE;
}
.BgClassName
{
background-color: #BC1FFE;
}
</style>
border-color css
<style>
span { border-color: #BC1FFE; }
span { border-color: rgb(188,31,254); }
td.TdClassName
{
border-color: #BC1FFE;
}
.TagClassName
{
border-color: #BC1FFE;
}
</style>