Shades of Electric Purple #BC1CFE
Tints of Electric Purple #BC1CFE
RGB
CMYK
RGB Variations
Color information
#BC1CFE (or 0xBC1CFE) is known color: Electric Purple. HEX triplet: BC, 1C and FE. RGB value is (188,28,254). Sum of RGB (Red+Green+Blue) = 188+28+254=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 28 (11.33% from 255 or 5.96% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC1CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1CFE is #43E301. Grayscale: #646464. Windows color (decimal): -4449026 or 16653500. OLE color: 16653500.
HSL color Cylindrical-coordinate representation of color #BC1CFE: hue angle of 282.48º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1CFE is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 28 | 254 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.00 |
| HSL | 282.48º | 0.99% | 0.55% | - |
| HSV(B) | 282.48º | 0.89% | 1% | - |
| XYZ | 39.04 | 18.68 | 95.31 | - |
| YUV | 101.6 | 214.01 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 28 | 254 | 0.26 | 0.89 | 0 | 0.00 | 282.48 | 0.99 | 0.55 |
| Hex | BC | 1C | FE | 1A | 59 | 0 | 0 | 11A | 63 | 37 |
| Octal | 274 | 34 | 376 | 32 | 131 | 0 | 0 | 432 | 143 | 67 |
| Binary | 10111100 | 11100 | 11111110 | 11010 | 1011001 | 0 | 0 | 100011010 | 1100011 | 110111 |
Color Harmonies of #BC1CFE
Complementary color
Monochromatic Colors of #BC1CFE
Black with #BC1CFE
Text Example
Text Example
White with #BC1CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1CFE; }
p { color: rgb(188,28,254); }
H1.HeaderClassName
{
color: #BC1CFE;
}
.AnyTagClassName
{
color: #BC1CFE;
}
</style>
background-color css
<style>
a { background-color: #BC1CFE; }
a { background-color: rgb(188,28,254); }
div.DivClassName
{
background-color: #BC1CFE;
}
.BgClassName
{
background-color: #BC1CFE;
}
</style>
border-color css
<style>
span { border-color: #BC1CFE; }
span { border-color: rgb(188,28,254); }
td.TdClassName
{
border-color: #BC1CFE;
}
.TagClassName
{
border-color: #BC1CFE;
}
</style>