Shades of Electric Purple #BC1AF6
Tints of Electric Purple #BC1AF6
RGB
CMYK
RGB Variations
Color information
#BC1AF6 (or 0xBC1AF6) is known color: Electric Purple. HEX triplet: BC, 1A and F6. RGB value is (188,26,246). Sum of RGB (Red+Green+Blue) = 188+26+246=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 26 (10.55% from 255 or 5.65% from 460); Blue value is 246 (96.48% from 255 or 53.48% from 460); Max value from RGB is 246 - color contains mainly: blue. Hex color #BC1AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1AF6 is #43E509. Grayscale: #626262. Windows color (decimal): -4449546 or 16128700. OLE color: 16128700.
HSL color Cylindrical-coordinate representation of color #BC1AF6: hue angle of 284.18º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1AF6 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 26 | 246 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.04 |
| HSL | 284.18º | 0.92% | 0.53% | - |
| HSV(B) | 284.18º | 0.89% | 0.96% | - |
| XYZ | 37.74 | 18.08 | 88.69 | - |
| YUV | 99.52 | 210.67 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 26 | 246 | 0.24 | 0.89 | 0 | 0.04 | 284.18 | 0.92 | 0.53 |
| Hex | BC | 1A | F6 | 18 | 59 | 0 | 4 | 11C | 5C | 35 |
| Octal | 274 | 32 | 366 | 30 | 131 | 0 | 4 | 434 | 134 | 65 |
| Binary | 10111100 | 11010 | 11110110 | 11000 | 1011001 | 0 | 100 | 100011100 | 1011100 | 110101 |
Color Harmonies of #BC1AF6
Complementary color
Monochromatic Colors of #BC1AF6
Black with #BC1AF6
Text Example
Text Example
White with #BC1AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1AF6; }
p { color: rgb(188,26,246); }
H1.HeaderClassName
{
color: #BC1AF6;
}
.AnyTagClassName
{
color: #BC1AF6;
}
</style>
background-color css
<style>
a { background-color: #BC1AF6; }
a { background-color: rgb(188,26,246); }
div.DivClassName
{
background-color: #BC1AF6;
}
.BgClassName
{
background-color: #BC1AF6;
}
</style>
border-color css
<style>
span { border-color: #BC1AF6; }
span { border-color: rgb(188,26,246); }
td.TdClassName
{
border-color: #BC1AF6;
}
.TagClassName
{
border-color: #BC1AF6;
}
</style>