Shades of Electric Purple #BC1AED
Tints of Electric Purple #BC1AED
RGB
CMYK
RGB Variations
Color information
#BC1AED (or 0xBC1AED) is known color: Electric Purple. HEX triplet: BC, 1A and ED. RGB value is (188,26,237). Sum of RGB (Red+Green+Blue) = 188+26+237=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 26 (10.55% from 255 or 5.76% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC1AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1AED is #43E512. Grayscale: #616161. Windows color (decimal): -4449555 or 15538876. OLE color: 15538876.
HSL color Cylindrical-coordinate representation of color #BC1AED: hue angle of 286.07º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1AED is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 26 | 237 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.07 |
| HSL | 286.07º | 0.85% | 0.52% | - |
| HSV(B) | 286.07º | 0.89% | 0.93% | - |
| XYZ | 36.39 | 17.54 | 81.59 | - |
| YUV | 98.49 | 206.17 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 26 | 237 | 0.21 | 0.89 | 0 | 0.07 | 286.07 | 0.85 | 0.52 |
| Hex | BC | 1A | ED | 15 | 59 | 0 | 7 | 11E | 55 | 34 |
| Octal | 274 | 32 | 355 | 25 | 131 | 0 | 7 | 436 | 125 | 64 |
| Binary | 10111100 | 11010 | 11101101 | 10101 | 1011001 | 0 | 111 | 100011110 | 1010101 | 110100 |
Color Harmonies of #BC1AED
Complementary color
Monochromatic Colors of #BC1AED
Black with #BC1AED
Text Example
Text Example
White with #BC1AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1AED; }
p { color: rgb(188,26,237); }
H1.HeaderClassName
{
color: #BC1AED;
}
.AnyTagClassName
{
color: #BC1AED;
}
</style>
background-color css
<style>
a { background-color: #BC1AED; }
a { background-color: rgb(188,26,237); }
div.DivClassName
{
background-color: #BC1AED;
}
.BgClassName
{
background-color: #BC1AED;
}
</style>
border-color css
<style>
span { border-color: #BC1AED; }
span { border-color: rgb(188,26,237); }
td.TdClassName
{
border-color: #BC1AED;
}
.TagClassName
{
border-color: #BC1AED;
}
</style>