Shades of Electric Purple #BC1EF4
Tints of Electric Purple #BC1EF4
RGB
CMYK
RGB Variations
Color information
#BC1EF4 (or 0xBC1EF4) is known color: Electric Purple. HEX triplet: BC, 1E and F4. RGB value is (188,30,244). Sum of RGB (Red+Green+Blue) = 188+30+244=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 30 (12.11% from 255 or 6.49% from 462); Blue value is 244 (95.70% from 255 or 52.81% from 462); Max value from RGB is 244 - color contains mainly: blue. Hex color #BC1EF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1EF4 is #43E10B. Grayscale: #646464. Windows color (decimal): -4448524 or 15998652. OLE color: 15998652.
HSL color Cylindrical-coordinate representation of color #BC1EF4: hue angle of 284.3º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1EF4 is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 30 | 244 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.04 |
| HSL | 284.3º | 0.91% | 0.54% | - |
| HSV(B) | 284.3º | 0.88% | 0.96% | - |
| XYZ | 37.53 | 18.15 | 87.11 | - |
| YUV | 101.64 | 208.35 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 244 | 0.23 | 0.88 | 0 | 0.04 | 284.3 | 0.91 | 0.54 |
| Hex | BC | 1E | F4 | 17 | 58 | 0 | 4 | 11C | 5B | 36 |
| Octal | 274 | 36 | 364 | 27 | 130 | 0 | 4 | 434 | 133 | 66 |
| Binary | 10111100 | 11110 | 11110100 | 10111 | 1011000 | 0 | 100 | 100011100 | 1011011 | 110110 |
Color Harmonies of #BC1EF4
Complementary color
Monochromatic Colors of #BC1EF4
Black with #BC1EF4
Text Example
Text Example
White with #BC1EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1EF4; }
p { color: rgb(188,30,244); }
H1.HeaderClassName
{
color: #BC1EF4;
}
.AnyTagClassName
{
color: #BC1EF4;
}
</style>
background-color css
<style>
a { background-color: #BC1EF4; }
a { background-color: rgb(188,30,244); }
div.DivClassName
{
background-color: #BC1EF4;
}
.BgClassName
{
background-color: #BC1EF4;
}
</style>
border-color css
<style>
span { border-color: #BC1EF4; }
span { border-color: rgb(188,30,244); }
td.TdClassName
{
border-color: #BC1EF4;
}
.TagClassName
{
border-color: #BC1EF4;
}
</style>