Shades of Electric Purple #BC2EFA
Tints of Electric Purple #BC2EFA
RGB
CMYK
RGB Variations
Color information
#BC2EFA (or 0xBC2EFA) is known color: Electric Purple. HEX triplet: BC, 2E and FA. RGB value is (188,46,250). Sum of RGB (Red+Green+Blue) = 188+46+250=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 46 (18.36% from 255 or 9.50% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC2EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2EFA is #43D105. Grayscale: #6F6F6F. Windows color (decimal): -4444422 or 16395964. OLE color: 16395964.
HSL color Cylindrical-coordinate representation of color #BC2EFA: hue angle of 281.76º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2EFA is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 46 | 250 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.02 |
| HSL | 281.76º | 0.95% | 0.58% | - |
| HSV(B) | 281.76º | 0.82% | 0.98% | - |
| XYZ | 38.97 | 19.55 | 92.16 | - |
| YUV | 111.71 | 206.04 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 250 | 0.25 | 0.82 | 0 | 0.02 | 281.76 | 0.95 | 0.58 |
| Hex | BC | 2E | FA | 19 | 52 | 0 | 2 | 11A | 5F | 3A |
| Octal | 274 | 56 | 372 | 31 | 122 | 0 | 2 | 432 | 137 | 72 |
| Binary | 10111100 | 101110 | 11111010 | 11001 | 1010010 | 0 | 10 | 100011010 | 1011111 | 111010 |
Color Harmonies of #BC2EFA
Complementary color
Monochromatic Colors of #BC2EFA
Black with #BC2EFA
Text Example
Text Example
White with #BC2EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2EFA; }
p { color: rgb(188,46,250); }
H1.HeaderClassName
{
color: #BC2EFA;
}
.AnyTagClassName
{
color: #BC2EFA;
}
</style>
background-color css
<style>
a { background-color: #BC2EFA; }
a { background-color: rgb(188,46,250); }
div.DivClassName
{
background-color: #BC2EFA;
}
.BgClassName
{
background-color: #BC2EFA;
}
</style>
border-color css
<style>
span { border-color: #BC2EFA; }
span { border-color: rgb(188,46,250); }
td.TdClassName
{
border-color: #BC2EFA;
}
.TagClassName
{
border-color: #BC2EFA;
}
</style>