Shades of Electric Purple #BC1DF6
Tints of Electric Purple #BC1DF6
RGB
CMYK
RGB Variations
Color information
#BC1DF6 (or 0xBC1DF6) is known color: Electric Purple. HEX triplet: BC, 1D and F6. RGB value is (188,29,246). Sum of RGB (Red+Green+Blue) = 188+29+246=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 29 (11.72% from 255 or 6.26% from 463); Blue value is 246 (96.48% from 255 or 53.13% from 463); Max value from RGB is 246 - color contains mainly: blue. Hex color #BC1DF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1DF6 is #43E209. Grayscale: #646464. Windows color (decimal): -4448778 or 16129468. OLE color: 16129468.
HSL color Cylindrical-coordinate representation of color #BC1DF6: hue angle of 283.96º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1DF6 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 29 | 246 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.04 |
| HSL | 283.96º | 0.92% | 0.54% | - |
| HSV(B) | 283.96º | 0.88% | 0.96% | - |
| XYZ | 37.81 | 18.22 | 88.71 | - |
| YUV | 101.28 | 209.68 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 29 | 246 | 0.24 | 0.88 | 0 | 0.04 | 283.96 | 0.92 | 0.54 |
| Hex | BC | 1D | F6 | 18 | 58 | 0 | 4 | 11C | 5C | 36 |
| Octal | 274 | 35 | 366 | 30 | 130 | 0 | 4 | 434 | 134 | 66 |
| Binary | 10111100 | 11101 | 11110110 | 11000 | 1011000 | 0 | 100 | 100011100 | 1011100 | 110110 |
Color Harmonies of #BC1DF6
Complementary color
Monochromatic Colors of #BC1DF6
Black with #BC1DF6
Text Example
Text Example
White with #BC1DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1DF6; }
p { color: rgb(188,29,246); }
H1.HeaderClassName
{
color: #BC1DF6;
}
.AnyTagClassName
{
color: #BC1DF6;
}
</style>
background-color css
<style>
a { background-color: #BC1DF6; }
a { background-color: rgb(188,29,246); }
div.DivClassName
{
background-color: #BC1DF6;
}
.BgClassName
{
background-color: #BC1DF6;
}
</style>
border-color css
<style>
span { border-color: #BC1DF6; }
span { border-color: rgb(188,29,246); }
td.TdClassName
{
border-color: #BC1DF6;
}
.TagClassName
{
border-color: #BC1DF6;
}
</style>