Shades of Electric Purple #BC1FED
Tints of Electric Purple #BC1FED
RGB
CMYK
RGB Variations
Color information
#BC1FED (or 0xBC1FED) is known color: Electric Purple. HEX triplet: BC, 1F and ED. RGB value is (188,31,237). Sum of RGB (Red+Green+Blue) = 188+31+237=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 31 (12.5% from 255 or 6.80% from 456); Blue value is 237 (92.97% from 255 or 51.97% from 456); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC1FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1FED is #43E012. Grayscale: #646464. Windows color (decimal): -4448275 or 15540156. OLE color: 15540156.
HSL color Cylindrical-coordinate representation of color #BC1FED: hue angle of 285.73º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1FED is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 31 | 237 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.07 |
| HSL | 285.73º | 0.85% | 0.53% | - |
| HSV(B) | 285.73º | 0.87% | 0.93% | - |
| XYZ | 36.52 | 17.79 | 81.63 | - |
| YUV | 101.43 | 204.51 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 31 | 237 | 0.21 | 0.87 | 0 | 0.07 | 285.73 | 0.85 | 0.53 |
| Hex | BC | 1F | ED | 15 | 57 | 0 | 7 | 11E | 55 | 35 |
| Octal | 274 | 37 | 355 | 25 | 127 | 0 | 7 | 436 | 125 | 65 |
| Binary | 10111100 | 11111 | 11101101 | 10101 | 1010111 | 0 | 111 | 100011110 | 1010101 | 110101 |
Color Harmonies of #BC1FED
Complementary color
Monochromatic Colors of #BC1FED
Black with #BC1FED
Text Example
Text Example
White with #BC1FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1FED; }
p { color: rgb(188,31,237); }
H1.HeaderClassName
{
color: #BC1FED;
}
.AnyTagClassName
{
color: #BC1FED;
}
</style>
background-color css
<style>
a { background-color: #BC1FED; }
a { background-color: rgb(188,31,237); }
div.DivClassName
{
background-color: #BC1FED;
}
.BgClassName
{
background-color: #BC1FED;
}
</style>
border-color css
<style>
span { border-color: #BC1FED; }
span { border-color: rgb(188,31,237); }
td.TdClassName
{
border-color: #BC1FED;
}
.TagClassName
{
border-color: #BC1FED;
}
</style>