Shades of Electric Purple #BC1CF7
Tints of Electric Purple #BC1CF7
RGB
CMYK
RGB Variations
Color information
#BC1CF7 (or 0xBC1CF7) is known color: Electric Purple. HEX triplet: BC, 1C and F7. RGB value is (188,28,247). Sum of RGB (Red+Green+Blue) = 188+28+247=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 28 (11.33% from 255 or 6.05% from 463); Blue value is 247 (96.88% from 255 or 53.35% from 463); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC1CF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1CF7 is #43E308. Grayscale: #646464. Windows color (decimal): -4449033 or 16194748. OLE color: 16194748.
HSL color Cylindrical-coordinate representation of color #BC1CF7: hue angle of 283.84º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1CF7 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 28 | 247 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.03 |
| HSL | 283.84º | 0.93% | 0.54% | - |
| HSV(B) | 283.84º | 0.89% | 0.97% | - |
| XYZ | 37.94 | 18.24 | 89.52 | - |
| YUV | 100.81 | 210.51 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 28 | 247 | 0.24 | 0.89 | 0 | 0.03 | 283.84 | 0.93 | 0.54 |
| Hex | BC | 1C | F7 | 18 | 59 | 0 | 3 | 11C | 5D | 36 |
| Octal | 274 | 34 | 367 | 30 | 131 | 0 | 3 | 434 | 135 | 66 |
| Binary | 10111100 | 11100 | 11110111 | 11000 | 1011001 | 0 | 11 | 100011100 | 1011101 | 110110 |
Color Harmonies of #BC1CF7
Complementary color
Monochromatic Colors of #BC1CF7
Black with #BC1CF7
Text Example
Text Example
White with #BC1CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1CF7; }
p { color: rgb(188,28,247); }
H1.HeaderClassName
{
color: #BC1CF7;
}
.AnyTagClassName
{
color: #BC1CF7;
}
</style>
background-color css
<style>
a { background-color: #BC1CF7; }
a { background-color: rgb(188,28,247); }
div.DivClassName
{
background-color: #BC1CF7;
}
.BgClassName
{
background-color: #BC1CF7;
}
</style>
border-color css
<style>
span { border-color: #BC1CF7; }
span { border-color: rgb(188,28,247); }
td.TdClassName
{
border-color: #BC1CF7;
}
.TagClassName
{
border-color: #BC1CF7;
}
</style>