Shades of Electric Purple #BC0EFE
Tints of Electric Purple #BC0EFE
RGB
CMYK
RGB Variations
Color information
#BC0EFE (or 0xBC0EFE) is known color: Electric Purple. HEX triplet: BC, 0E and FE. RGB value is (188,14,254). Sum of RGB (Red+Green+Blue) = 188+14+254=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 14 (5.86% from 255 or 3.07% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC0EFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0EFE is #43F101. Grayscale: #5C5C5C. Windows color (decimal): -4452610 or 16649916. OLE color: 16649916.
HSL color Cylindrical-coordinate representation of color #BC0EFE: hue angle of 283.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0EFE is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 14 | 254 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.00 |
| HSL | 283.5º | 0.99% | 0.53% | - |
| HSV(B) | 283.5º | 0.94% | 1% | - |
| XYZ | 38.79 | 18.16 | 95.23 | - |
| YUV | 93.39 | 218.65 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 14 | 254 | 0.26 | 0.94 | 0 | 0.00 | 283.5 | 0.99 | 0.53 |
| Hex | BC | E | FE | 1A | 5E | 0 | 0 | 11C | 63 | 35 |
| Octal | 274 | 16 | 376 | 32 | 136 | 0 | 0 | 434 | 143 | 65 |
| Binary | 10111100 | 1110 | 11111110 | 11010 | 1011110 | 0 | 0 | 100011100 | 1100011 | 110101 |
Color Harmonies of #BC0EFE
Complementary color
Monochromatic Colors of #BC0EFE
Black with #BC0EFE
Text Example
Text Example
White with #BC0EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0EFE; }
p { color: rgb(188,14,254); }
H1.HeaderClassName
{
color: #BC0EFE;
}
.AnyTagClassName
{
color: #BC0EFE;
}
</style>
background-color css
<style>
a { background-color: #BC0EFE; }
a { background-color: rgb(188,14,254); }
div.DivClassName
{
background-color: #BC0EFE;
}
.BgClassName
{
background-color: #BC0EFE;
}
</style>
border-color css
<style>
span { border-color: #BC0EFE; }
span { border-color: rgb(188,14,254); }
td.TdClassName
{
border-color: #BC0EFE;
}
.TagClassName
{
border-color: #BC0EFE;
}
</style>