Shades of Electric Purple #BC2FFE
Tints of Electric Purple #BC2FFE
RGB
CMYK
RGB Variations
Color information
#BC2FFE (or 0xBC2FFE) is known color: Electric Purple. HEX triplet: BC, 2F and FE. RGB value is (188,47,254). Sum of RGB (Red+Green+Blue) = 188+47+254=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 47 (18.75% from 255 or 9.61% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC2FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2FFE is #43D001. Grayscale: #707070. Windows color (decimal): -4444162 or 16658364. OLE color: 16658364.
HSL color Cylindrical-coordinate representation of color #BC2FFE: hue angle of 280.87º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2FFE is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 47 | 254 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.00 |
| HSL | 280.87º | 0.99% | 0.59% | - |
| HSV(B) | 280.87º | 0.81% | 1% | - |
| XYZ | 39.64 | 19.88 | 95.51 | - |
| YUV | 112.76 | 207.71 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 254 | 0.26 | 0.81 | 0 | 0.00 | 280.87 | 0.99 | 0.59 |
| Hex | BC | 2F | FE | 1A | 51 | 0 | 0 | 119 | 63 | 3B |
| Octal | 274 | 57 | 376 | 32 | 121 | 0 | 0 | 431 | 143 | 73 |
| Binary | 10111100 | 101111 | 11111110 | 11010 | 1010001 | 0 | 0 | 100011001 | 1100011 | 111011 |
Color Harmonies of #BC2FFE
Complementary color
Monochromatic Colors of #BC2FFE
Black with #BC2FFE
Text Example
Text Example
White with #BC2FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2FFE; }
p { color: rgb(188,47,254); }
H1.HeaderClassName
{
color: #BC2FFE;
}
.AnyTagClassName
{
color: #BC2FFE;
}
</style>
background-color css
<style>
a { background-color: #BC2FFE; }
a { background-color: rgb(188,47,254); }
div.DivClassName
{
background-color: #BC2FFE;
}
.BgClassName
{
background-color: #BC2FFE;
}
</style>
border-color css
<style>
span { border-color: #BC2FFE; }
span { border-color: rgb(188,47,254); }
td.TdClassName
{
border-color: #BC2FFE;
}
.TagClassName
{
border-color: #BC2FFE;
}
</style>