Shades of Electric Purple #BC15EF
Tints of Electric Purple #BC15EF
RGB
CMYK
RGB Variations
Color information
#BC15EF (or 0xBC15EF) is known color: Electric Purple. HEX triplet: BC, 15 and EF. RGB value is (188,21,239). Sum of RGB (Red+Green+Blue) = 188+21+239=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 21 (8.59% from 255 or 4.69% from 448); Blue value is 239 (93.75% from 255 or 53.35% from 448); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC15EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC15EF is #43EA10. Grayscale: #5F5F5F. Windows color (decimal): -4450833 or 15668668. OLE color: 15668668.
HSL color Cylindrical-coordinate representation of color #BC15EF: hue angle of 285.96º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC15EF is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 21 | 239 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.06 |
| HSL | 285.96º | 0.87% | 0.51% | - |
| HSV(B) | 285.96º | 0.91% | 0.94% | - |
| XYZ | 36.59 | 17.46 | 83.1 | - |
| YUV | 95.79 | 208.83 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 239 | 0.21 | 0.91 | 0 | 0.06 | 285.96 | 0.87 | 0.51 |
| Hex | BC | 15 | EF | 15 | 5B | 0 | 6 | 11E | 57 | 33 |
| Octal | 274 | 25 | 357 | 25 | 133 | 0 | 6 | 436 | 127 | 63 |
| Binary | 10111100 | 10101 | 11101111 | 10101 | 1011011 | 0 | 110 | 100011110 | 1010111 | 110011 |
Color Harmonies of #BC15EF
Complementary color
Monochromatic Colors of #BC15EF
Black with #BC15EF
Text Example
Text Example
White with #BC15EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC15EF; }
p { color: rgb(188,21,239); }
H1.HeaderClassName
{
color: #BC15EF;
}
.AnyTagClassName
{
color: #BC15EF;
}
</style>
background-color css
<style>
a { background-color: #BC15EF; }
a { background-color: rgb(188,21,239); }
div.DivClassName
{
background-color: #BC15EF;
}
.BgClassName
{
background-color: #BC15EF;
}
</style>
border-color css
<style>
span { border-color: #BC15EF; }
span { border-color: rgb(188,21,239); }
td.TdClassName
{
border-color: #BC15EF;
}
.TagClassName
{
border-color: #BC15EF;
}
</style>