Shades of Electric Purple #BC1EEF
Tints of Electric Purple #BC1EEF
RGB
CMYK
RGB Variations
Color information
#BC1EEF (or 0xBC1EEF) is known color: Electric Purple. HEX triplet: BC, 1E and EF. RGB value is (188,30,239). Sum of RGB (Red+Green+Blue) = 188+30+239=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 30 (12.11% from 255 or 6.56% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC1EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1EEF is #43E110. Grayscale: #646464. Windows color (decimal): -4448529 or 15670972. OLE color: 15670972.
HSL color Cylindrical-coordinate representation of color #BC1EEF: hue angle of 285.36º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1EEF is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 30 | 239 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.06 |
| HSL | 285.36º | 0.87% | 0.53% | - |
| HSV(B) | 285.36º | 0.87% | 0.94% | - |
| XYZ | 36.78 | 17.85 | 83.17 | - |
| YUV | 101.07 | 205.85 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 239 | 0.21 | 0.87 | 0 | 0.06 | 285.36 | 0.87 | 0.53 |
| Hex | BC | 1E | EF | 15 | 57 | 0 | 6 | 11D | 57 | 35 |
| Octal | 274 | 36 | 357 | 25 | 127 | 0 | 6 | 435 | 127 | 65 |
| Binary | 10111100 | 11110 | 11101111 | 10101 | 1010111 | 0 | 110 | 100011101 | 1010111 | 110101 |
Color Harmonies of #BC1EEF
Complementary color
Monochromatic Colors of #BC1EEF
Black with #BC1EEF
Text Example
Text Example
White with #BC1EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1EEF; }
p { color: rgb(188,30,239); }
H1.HeaderClassName
{
color: #BC1EEF;
}
.AnyTagClassName
{
color: #BC1EEF;
}
</style>
background-color css
<style>
a { background-color: #BC1EEF; }
a { background-color: rgb(188,30,239); }
div.DivClassName
{
background-color: #BC1EEF;
}
.BgClassName
{
background-color: #BC1EEF;
}
</style>
border-color css
<style>
span { border-color: #BC1EEF; }
span { border-color: rgb(188,30,239); }
td.TdClassName
{
border-color: #BC1EEF;
}
.TagClassName
{
border-color: #BC1EEF;
}
</style>