Shades of Electric Purple #BC2EFE
Tints of Electric Purple #BC2EFE
RGB
CMYK
RGB Variations
Color information
#BC2EFE (or 0xBC2EFE) is known color: Electric Purple. HEX triplet: BC, 2E and FE. RGB value is (188,46,254). Sum of RGB (Red+Green+Blue) = 188+46+254=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 46 (18.36% from 255 or 9.43% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC2EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2EFE is #43D101. Grayscale: #6F6F6F. Windows color (decimal): -4444418 or 16658108. OLE color: 16658108.
HSL color Cylindrical-coordinate representation of color #BC2EFE: hue angle of 280.96º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2EFE is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 46 | 254 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.00 |
| HSL | 280.96º | 0.99% | 0.59% | - |
| HSV(B) | 280.96º | 0.82% | 1% | - |
| XYZ | 39.61 | 19.8 | 95.5 | - |
| YUV | 112.17 | 208.04 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 254 | 0.26 | 0.82 | 0 | 0.00 | 280.96 | 0.99 | 0.59 |
| Hex | BC | 2E | FE | 1A | 52 | 0 | 0 | 119 | 63 | 3B |
| Octal | 274 | 56 | 376 | 32 | 122 | 0 | 0 | 431 | 143 | 73 |
| Binary | 10111100 | 101110 | 11111110 | 11010 | 1010010 | 0 | 0 | 100011001 | 1100011 | 111011 |
Color Harmonies of #BC2EFE
Complementary color
Monochromatic Colors of #BC2EFE
Black with #BC2EFE
Text Example
Text Example
White with #BC2EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2EFE; }
p { color: rgb(188,46,254); }
H1.HeaderClassName
{
color: #BC2EFE;
}
.AnyTagClassName
{
color: #BC2EFE;
}
</style>
background-color css
<style>
a { background-color: #BC2EFE; }
a { background-color: rgb(188,46,254); }
div.DivClassName
{
background-color: #BC2EFE;
}
.BgClassName
{
background-color: #BC2EFE;
}
</style>
border-color css
<style>
span { border-color: #BC2EFE; }
span { border-color: rgb(188,46,254); }
td.TdClassName
{
border-color: #BC2EFE;
}
.TagClassName
{
border-color: #BC2EFE;
}
</style>