Shades of Electric Purple #BC1EFF
Tints of Electric Purple #BC1EFF
RGB
CMYK
RGB Variations
Color information
#BC1EFF (or 0xBC1EFF) is known color: Electric Purple. HEX triplet: BC, 1E and FF. RGB value is (188,30,255). Sum of RGB (Red+Green+Blue) = 188+30+255=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 30 (12.11% from 255 or 6.34% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC1EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1EFF is #43E100. Grayscale: #666666. Windows color (decimal): -4448513 or 16719548. OLE color: 16719548.
HSL color Cylindrical-coordinate representation of color #BC1EFF: hue angle of 282.13º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1EFF is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 30 | 255 | - |
| CMYK | 0.26 | 0.88 | 0 | 0 |
| HSL | 282.13º | 1% | 0.56% | - |
| HSV(B) | 282.13º | 0.88% | 1% | - |
| XYZ | 39.25 | 18.84 | 96.18 | - |
| YUV | 102.89 | 213.85 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 255 | 0.26 | 0.88 | 0 | 0 | 282.13 | 1 | 0.56 |
| Hex | BC | 1E | FF | 1A | 58 | 0 | 0 | 11A | 64 | 38 |
| Octal | 274 | 36 | 377 | 32 | 130 | 0 | 0 | 432 | 144 | 70 |
| Binary | 10111100 | 11110 | 11111111 | 11010 | 1011000 | 0 | 0 | 100011010 | 1100100 | 111000 |
Color Harmonies of #BC1EFF
Complementary color
Monochromatic Colors of #BC1EFF
Black with #BC1EFF
Text Example
Text Example
White with #BC1EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1EFF; }
p { color: rgb(188,30,255); }
H1.HeaderClassName
{
color: #BC1EFF;
}
.AnyTagClassName
{
color: #BC1EFF;
}
</style>
background-color css
<style>
a { background-color: #BC1EFF; }
a { background-color: rgb(188,30,255); }
div.DivClassName
{
background-color: #BC1EFF;
}
.BgClassName
{
background-color: #BC1EFF;
}
</style>
border-color css
<style>
span { border-color: #BC1EFF; }
span { border-color: rgb(188,30,255); }
td.TdClassName
{
border-color: #BC1EFF;
}
.TagClassName
{
border-color: #BC1EFF;
}
</style>