Shades of Electric Purple #BC1CF8
Tints of Electric Purple #BC1CF8
RGB
CMYK
RGB Variations
Color information
#BC1CF8 (or 0xBC1CF8) is known color: Electric Purple. HEX triplet: BC, 1C and F8. RGB value is (188,28,248). Sum of RGB (Red+Green+Blue) = 188+28+248=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 28 (11.33% from 255 or 6.03% from 464); Blue value is 248 (97.27% from 255 or 53.45% from 464); Max value from RGB is 248 - color contains mainly: blue. Hex color #BC1CF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1CF8 is #43E307. Grayscale: #646464. Windows color (decimal): -4449032 or 16260284. OLE color: 16260284.
HSL color Cylindrical-coordinate representation of color #BC1CF8: hue angle of 283.64º degrees, saturation: 0.94, 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 #BC1CF8 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 28 | 248 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.03 |
| HSL | 283.64º | 0.94% | 0.54% | - |
| HSV(B) | 283.64º | 0.89% | 0.97% | - |
| XYZ | 38.1 | 18.3 | 90.33 | - |
| YUV | 100.92 | 211.01 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 28 | 248 | 0.24 | 0.89 | 0 | 0.03 | 283.64 | 0.94 | 0.54 |
| Hex | BC | 1C | F8 | 18 | 59 | 0 | 3 | 11C | 5E | 36 |
| Octal | 274 | 34 | 370 | 30 | 131 | 0 | 3 | 434 | 136 | 66 |
| Binary | 10111100 | 11100 | 11111000 | 11000 | 1011001 | 0 | 11 | 100011100 | 1011110 | 110110 |
Color Harmonies of #BC1CF8
Complementary color
Monochromatic Colors of #BC1CF8
Black with #BC1CF8
Text Example
Text Example
White with #BC1CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1CF8; }
p { color: rgb(188,28,248); }
H1.HeaderClassName
{
color: #BC1CF8;
}
.AnyTagClassName
{
color: #BC1CF8;
}
</style>
background-color css
<style>
a { background-color: #BC1CF8; }
a { background-color: rgb(188,28,248); }
div.DivClassName
{
background-color: #BC1CF8;
}
.BgClassName
{
background-color: #BC1CF8;
}
</style>
border-color css
<style>
span { border-color: #BC1CF8; }
span { border-color: rgb(188,28,248); }
td.TdClassName
{
border-color: #BC1CF8;
}
.TagClassName
{
border-color: #BC1CF8;
}
</style>