Shades of Electric Purple #BC2EFF
Tints of Electric Purple #BC2EFF
RGB
CMYK
RGB Variations
Color information
#BC2EFF (or 0xBC2EFF) is known color: Electric Purple. HEX triplet: BC, 2E and FF. RGB value is (188,46,255). Sum of RGB (Red+Green+Blue) = 188+46+255=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 46 (18.36% from 255 or 9.41% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC2EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2EFF is #43D100. Grayscale: #6F6F6F. Windows color (decimal): -4444417 or 16723644. OLE color: 16723644.
HSL color Cylindrical-coordinate representation of color #BC2EFF: hue angle of 280.77º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2EFF is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 46 | 255 | - |
| CMYK | 0.26 | 0.82 | 0 | 0 |
| HSL | 280.77º | 1% | 0.59% | - |
| HSV(B) | 280.77º | 0.82% | 1% | - |
| XYZ | 39.77 | 19.87 | 96.35 | - |
| YUV | 112.28 | 208.54 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 255 | 0.26 | 0.82 | 0 | 0 | 280.77 | 1 | 0.59 |
| Hex | BC | 2E | FF | 1A | 52 | 0 | 0 | 119 | 64 | 3B |
| Octal | 274 | 56 | 377 | 32 | 122 | 0 | 0 | 431 | 144 | 73 |
| Binary | 10111100 | 101110 | 11111111 | 11010 | 1010010 | 0 | 0 | 100011001 | 1100100 | 111011 |
Color Harmonies of #BC2EFF
Complementary color
Monochromatic Colors of #BC2EFF
Black with #BC2EFF
Text Example
Text Example
White with #BC2EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2EFF; }
p { color: rgb(188,46,255); }
H1.HeaderClassName
{
color: #BC2EFF;
}
.AnyTagClassName
{
color: #BC2EFF;
}
</style>
background-color css
<style>
a { background-color: #BC2EFF; }
a { background-color: rgb(188,46,255); }
div.DivClassName
{
background-color: #BC2EFF;
}
.BgClassName
{
background-color: #BC2EFF;
}
</style>
border-color css
<style>
span { border-color: #BC2EFF; }
span { border-color: rgb(188,46,255); }
td.TdClassName
{
border-color: #BC2EFF;
}
.TagClassName
{
border-color: #BC2EFF;
}
</style>