Shades of Electric Purple #BC1BFE
Tints of Electric Purple #BC1BFE
RGB
CMYK
RGB Variations
Color information
#BC1BFE (or 0xBC1BFE) is known color: Electric Purple. HEX triplet: BC, 1B and FE. RGB value is (188,27,254). Sum of RGB (Red+Green+Blue) = 188+27+254=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 27 (10.94% from 255 or 5.76% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC1BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1BFE is #43E401. Grayscale: #646464. Windows color (decimal): -4449282 or 16653244. OLE color: 16653244.
HSL color Cylindrical-coordinate representation of color #BC1BFE: hue angle of 282.56º 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 #BC1BFE is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 27 | 254 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.00 |
| HSL | 282.56º | 0.99% | 0.55% | - |
| HSV(B) | 282.56º | 0.89% | 1% | - |
| XYZ | 39.02 | 18.63 | 95.31 | - |
| YUV | 101.02 | 214.34 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 27 | 254 | 0.26 | 0.89 | 0 | 0.00 | 282.56 | 0.99 | 0.55 |
| Hex | BC | 1B | FE | 1A | 59 | 0 | 0 | 11B | 63 | 37 |
| Octal | 274 | 33 | 376 | 32 | 131 | 0 | 0 | 433 | 143 | 67 |
| Binary | 10111100 | 11011 | 11111110 | 11010 | 1011001 | 0 | 0 | 100011011 | 1100011 | 110111 |
Color Harmonies of #BC1BFE
Complementary color
Monochromatic Colors of #BC1BFE
Black with #BC1BFE
Text Example
Text Example
White with #BC1BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1BFE; }
p { color: rgb(188,27,254); }
H1.HeaderClassName
{
color: #BC1BFE;
}
.AnyTagClassName
{
color: #BC1BFE;
}
</style>
background-color css
<style>
a { background-color: #BC1BFE; }
a { background-color: rgb(188,27,254); }
div.DivClassName
{
background-color: #BC1BFE;
}
.BgClassName
{
background-color: #BC1BFE;
}
</style>
border-color css
<style>
span { border-color: #BC1BFE; }
span { border-color: rgb(188,27,254); }
td.TdClassName
{
border-color: #BC1BFE;
}
.TagClassName
{
border-color: #BC1BFE;
}
</style>