Shades of Electric Purple #BC2FFA
Tints of Electric Purple #BC2FFA
RGB
CMYK
RGB Variations
Color information
#BC2FFA (or 0xBC2FFA) is known color: Electric Purple. HEX triplet: BC, 2F and FA. RGB value is (188,47,250). Sum of RGB (Red+Green+Blue) = 188+47+250=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 47 (18.75% from 255 or 9.69% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC2FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2FFA is #43D005. Grayscale: #6F6F6F. Windows color (decimal): -4444166 or 16396220. OLE color: 16396220.
HSL color Cylindrical-coordinate representation of color #BC2FFA: hue angle of 281.67º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2FFA is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 47 | 250 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.02 |
| HSL | 281.67º | 0.95% | 0.58% | - |
| HSV(B) | 281.67º | 0.81% | 0.98% | - |
| XYZ | 39.01 | 19.63 | 92.17 | - |
| YUV | 112.3 | 205.71 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 250 | 0.25 | 0.81 | 0 | 0.02 | 281.67 | 0.95 | 0.58 |
| Hex | BC | 2F | FA | 19 | 51 | 0 | 2 | 11A | 5F | 3A |
| Octal | 274 | 57 | 372 | 31 | 121 | 0 | 2 | 432 | 137 | 72 |
| Binary | 10111100 | 101111 | 11111010 | 11001 | 1010001 | 0 | 10 | 100011010 | 1011111 | 111010 |
Color Harmonies of #BC2FFA
Complementary color
Monochromatic Colors of #BC2FFA
Black with #BC2FFA
Text Example
Text Example
White with #BC2FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2FFA; }
p { color: rgb(188,47,250); }
H1.HeaderClassName
{
color: #BC2FFA;
}
.AnyTagClassName
{
color: #BC2FFA;
}
</style>
background-color css
<style>
a { background-color: #BC2FFA; }
a { background-color: rgb(188,47,250); }
div.DivClassName
{
background-color: #BC2FFA;
}
.BgClassName
{
background-color: #BC2FFA;
}
</style>
border-color css
<style>
span { border-color: #BC2FFA; }
span { border-color: rgb(188,47,250); }
td.TdClassName
{
border-color: #BC2FFA;
}
.TagClassName
{
border-color: #BC2FFA;
}
</style>