Shades of Electric Purple #BC0FEF
Tints of Electric Purple #BC0FEF
RGB
CMYK
RGB Variations
Color information
#BC0FEF (or 0xBC0FEF) is known color: Electric Purple. HEX triplet: BC, 0F and EF. RGB value is (188,15,239). Sum of RGB (Red+Green+Blue) = 188+15+239=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 15 (6.25% from 255 or 3.39% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC0FEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0FEF is #43F010. Grayscale: #5B5B5B. Windows color (decimal): -4452369 or 15667132. OLE color: 15667132.
HSL color Cylindrical-coordinate representation of color #BC0FEF: hue angle of 286.34º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0FEF is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 15 | 239 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.06 |
| HSL | 286.34º | 0.88% | 0.5% | - |
| HSV(B) | 286.34º | 0.94% | 0.94% | - |
| XYZ | 36.49 | 17.27 | 83.07 | - |
| YUV | 92.26 | 210.81 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 15 | 239 | 0.21 | 0.94 | 0 | 0.06 | 286.34 | 0.88 | 0.5 |
| Hex | BC | F | EF | 15 | 5E | 0 | 6 | 11E | 58 | 32 |
| Octal | 274 | 17 | 357 | 25 | 136 | 0 | 6 | 436 | 130 | 62 |
| Binary | 10111100 | 1111 | 11101111 | 10101 | 1011110 | 0 | 110 | 100011110 | 1011000 | 110010 |
Color Harmonies of #BC0FEF
Complementary color
Monochromatic Colors of #BC0FEF
Black with #BC0FEF
Text Example
Text Example
White with #BC0FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0FEF; }
p { color: rgb(188,15,239); }
H1.HeaderClassName
{
color: #BC0FEF;
}
.AnyTagClassName
{
color: #BC0FEF;
}
</style>
background-color css
<style>
a { background-color: #BC0FEF; }
a { background-color: rgb(188,15,239); }
div.DivClassName
{
background-color: #BC0FEF;
}
.BgClassName
{
background-color: #BC0FEF;
}
</style>
border-color css
<style>
span { border-color: #BC0FEF; }
span { border-color: rgb(188,15,239); }
td.TdClassName
{
border-color: #BC0FEF;
}
.TagClassName
{
border-color: #BC0FEF;
}
</style>