Shades of Electric Purple #BC1EF8
Tints of Electric Purple #BC1EF8
RGB
CMYK
RGB Variations
Color information
#BC1EF8 (or 0xBC1EF8) is known color: Electric Purple. HEX triplet: BC, 1E and F8. RGB value is (188,30,248). Sum of RGB (Red+Green+Blue) = 188+30+248=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 30 (12.11% from 255 or 6.44% from 466); Blue value is 248 (97.27% from 255 or 53.22% from 466); Max value from RGB is 248 - color contains mainly: blue. Hex color #BC1EF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1EF8 is #43E107. Grayscale: #656565. Windows color (decimal): -4448520 or 16260796. OLE color: 16260796.
HSL color Cylindrical-coordinate representation of color #BC1EF8: hue angle of 283.49º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1EF8 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 30 | 248 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.03 |
| HSL | 283.49º | 0.94% | 0.55% | - |
| HSV(B) | 283.49º | 0.88% | 0.97% | - |
| XYZ | 38.15 | 18.4 | 90.35 | - |
| YUV | 102.09 | 210.35 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 248 | 0.24 | 0.88 | 0 | 0.03 | 283.49 | 0.94 | 0.55 |
| Hex | BC | 1E | F8 | 18 | 58 | 0 | 3 | 11B | 5E | 37 |
| Octal | 274 | 36 | 370 | 30 | 130 | 0 | 3 | 433 | 136 | 67 |
| Binary | 10111100 | 11110 | 11111000 | 11000 | 1011000 | 0 | 11 | 100011011 | 1011110 | 110111 |
Color Harmonies of #BC1EF8
Complementary color
Monochromatic Colors of #BC1EF8
Black with #BC1EF8
Text Example
Text Example
White with #BC1EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1EF8; }
p { color: rgb(188,30,248); }
H1.HeaderClassName
{
color: #BC1EF8;
}
.AnyTagClassName
{
color: #BC1EF8;
}
</style>
background-color css
<style>
a { background-color: #BC1EF8; }
a { background-color: rgb(188,30,248); }
div.DivClassName
{
background-color: #BC1EF8;
}
.BgClassName
{
background-color: #BC1EF8;
}
</style>
border-color css
<style>
span { border-color: #BC1EF8; }
span { border-color: rgb(188,30,248); }
td.TdClassName
{
border-color: #BC1EF8;
}
.TagClassName
{
border-color: #BC1EF8;
}
</style>