Shades of Electric Purple #BC1AF0
Tints of Electric Purple #BC1AF0
RGB
CMYK
RGB Variations
Color information
#BC1AF0 (or 0xBC1AF0) is known color: Electric Purple. HEX triplet: BC, 1A and F0. RGB value is (188,26,240). Sum of RGB (Red+Green+Blue) = 188+26+240=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 26 (10.55% from 255 or 5.73% from 454); Blue value is 240 (94.14% from 255 or 52.86% from 454); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC1AF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1AF0 is #43E50F. Grayscale: #626262. Windows color (decimal): -4449552 or 15735484. OLE color: 15735484.
HSL color Cylindrical-coordinate representation of color #BC1AF0: hue angle of 285.42º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1AF0 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 26 | 240 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.06 |
| HSL | 285.42º | 0.88% | 0.52% | - |
| HSV(B) | 285.42º | 0.89% | 0.94% | - |
| XYZ | 36.84 | 17.72 | 83.92 | - |
| YUV | 98.83 | 207.67 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 26 | 240 | 0.22 | 0.89 | 0 | 0.06 | 285.42 | 0.88 | 0.52 |
| Hex | BC | 1A | F0 | 16 | 59 | 0 | 6 | 11D | 58 | 34 |
| Octal | 274 | 32 | 360 | 26 | 131 | 0 | 6 | 435 | 130 | 64 |
| Binary | 10111100 | 11010 | 11110000 | 10110 | 1011001 | 0 | 110 | 100011101 | 1011000 | 110100 |
Color Harmonies of #BC1AF0
Complementary color
Monochromatic Colors of #BC1AF0
Black with #BC1AF0
Text Example
Text Example
White with #BC1AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1AF0; }
p { color: rgb(188,26,240); }
H1.HeaderClassName
{
color: #BC1AF0;
}
.AnyTagClassName
{
color: #BC1AF0;
}
</style>
background-color css
<style>
a { background-color: #BC1AF0; }
a { background-color: rgb(188,26,240); }
div.DivClassName
{
background-color: #BC1AF0;
}
.BgClassName
{
background-color: #BC1AF0;
}
</style>
border-color css
<style>
span { border-color: #BC1AF0; }
span { border-color: rgb(188,26,240); }
td.TdClassName
{
border-color: #BC1AF0;
}
.TagClassName
{
border-color: #BC1AF0;
}
</style>