Shades of Electric Purple #BC31FE
Tints of Electric Purple #BC31FE
RGB
CMYK
RGB Variations
Color information
#BC31FE (or 0xBC31FE) is known color: Electric Purple. HEX triplet: BC, 31 and FE. RGB value is (188,49,254). Sum of RGB (Red+Green+Blue) = 188+49+254=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 49 (19.53% from 255 or 9.98% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC31FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC31FE is #43CE01. Grayscale: #717171. Windows color (decimal): -4443650 or 16658876. OLE color: 16658876.
HSL color Cylindrical-coordinate representation of color #BC31FE: hue angle of 280.68º 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 #BC31FE is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 49 | 254 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.00 |
| HSL | 280.68º | 0.99% | 0.59% | - |
| HSV(B) | 280.68º | 0.81% | 1% | - |
| XYZ | 39.73 | 20.04 | 95.54 | - |
| YUV | 113.93 | 207.05 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 254 | 0.26 | 0.81 | 0 | 0.00 | 280.68 | 0.99 | 0.59 |
| Hex | BC | 31 | FE | 1A | 51 | 0 | 0 | 119 | 63 | 3B |
| Octal | 274 | 61 | 376 | 32 | 121 | 0 | 0 | 431 | 143 | 73 |
| Binary | 10111100 | 110001 | 11111110 | 11010 | 1010001 | 0 | 0 | 100011001 | 1100011 | 111011 |
Color Harmonies of #BC31FE
Complementary color
Monochromatic Colors of #BC31FE
Black with #BC31FE
Text Example
Text Example
White with #BC31FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC31FE; }
p { color: rgb(188,49,254); }
H1.HeaderClassName
{
color: #BC31FE;
}
.AnyTagClassName
{
color: #BC31FE;
}
</style>
background-color css
<style>
a { background-color: #BC31FE; }
a { background-color: rgb(188,49,254); }
div.DivClassName
{
background-color: #BC31FE;
}
.BgClassName
{
background-color: #BC31FE;
}
</style>
border-color css
<style>
span { border-color: #BC31FE; }
span { border-color: rgb(188,49,254); }
td.TdClassName
{
border-color: #BC31FE;
}
.TagClassName
{
border-color: #BC31FE;
}
</style>