Shades of Electric Purple #BC1BEF
Tints of Electric Purple #BC1BEF
RGB
CMYK
RGB Variations
Color information
#BC1BEF (or 0xBC1BEF) is known color: Electric Purple. HEX triplet: BC, 1B and EF. RGB value is (188,27,239). Sum of RGB (Red+Green+Blue) = 188+27+239=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 27 (10.94% from 255 or 5.95% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC1BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1BEF is #43E410. Grayscale: #626262. Windows color (decimal): -4449297 or 15670204. OLE color: 15670204.
HSL color Cylindrical-coordinate representation of color #BC1BEF: hue angle of 285.57º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1BEF is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 27 | 239 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.06 |
| HSL | 285.57º | 0.87% | 0.52% | - |
| HSV(B) | 285.57º | 0.89% | 0.94% | - |
| XYZ | 36.71 | 17.71 | 83.14 | - |
| YUV | 99.31 | 206.84 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 27 | 239 | 0.21 | 0.89 | 0 | 0.06 | 285.57 | 0.87 | 0.52 |
| Hex | BC | 1B | EF | 15 | 59 | 0 | 6 | 11E | 57 | 34 |
| Octal | 274 | 33 | 357 | 25 | 131 | 0 | 6 | 436 | 127 | 64 |
| Binary | 10111100 | 11011 | 11101111 | 10101 | 1011001 | 0 | 110 | 100011110 | 1010111 | 110100 |
Color Harmonies of #BC1BEF
Complementary color
Monochromatic Colors of #BC1BEF
Black with #BC1BEF
Text Example
Text Example
White with #BC1BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1BEF; }
p { color: rgb(188,27,239); }
H1.HeaderClassName
{
color: #BC1BEF;
}
.AnyTagClassName
{
color: #BC1BEF;
}
</style>
background-color css
<style>
a { background-color: #BC1BEF; }
a { background-color: rgb(188,27,239); }
div.DivClassName
{
background-color: #BC1BEF;
}
.BgClassName
{
background-color: #BC1BEF;
}
</style>
border-color css
<style>
span { border-color: #BC1BEF; }
span { border-color: rgb(188,27,239); }
td.TdClassName
{
border-color: #BC1BEF;
}
.TagClassName
{
border-color: #BC1BEF;
}
</style>