Shades of Electric Purple #BC1CEA
Tints of Electric Purple #BC1CEA
RGB
CMYK
RGB Variations
Color information
#BC1CEA (or 0xBC1CEA) is known color: Electric Purple. HEX triplet: BC, 1C and EA. RGB value is (188,28,234). Sum of RGB (Red+Green+Blue) = 188+28+234=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 28 (11.33% from 255 or 6.22% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC1CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1CEA is #43E315. Grayscale: #626262. Windows color (decimal): -4449046 or 15342780. OLE color: 15342780.
HSL color Cylindrical-coordinate representation of color #BC1CEA: hue angle of 286.6º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1CEA is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 28 | 234 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.08 |
| HSL | 286.6º | 0.83% | 0.51% | - |
| HSV(B) | 286.6º | 0.88% | 0.92% | - |
| XYZ | 36.01 | 17.46 | 79.31 | - |
| YUV | 99.32 | 204.01 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 28 | 234 | 0.20 | 0.88 | 0 | 0.08 | 286.6 | 0.83 | 0.51 |
| Hex | BC | 1C | EA | 14 | 58 | 0 | 8 | 11F | 53 | 33 |
| Octal | 274 | 34 | 352 | 24 | 130 | 0 | 10 | 437 | 123 | 63 |
| Binary | 10111100 | 11100 | 11101010 | 10100 | 1011000 | 0 | 1000 | 100011111 | 1010011 | 110011 |
Color Harmonies of #BC1CEA
Complementary color
Monochromatic Colors of #BC1CEA
Black with #BC1CEA
Text Example
Text Example
White with #BC1CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1CEA; }
p { color: rgb(188,28,234); }
H1.HeaderClassName
{
color: #BC1CEA;
}
.AnyTagClassName
{
color: #BC1CEA;
}
</style>
background-color css
<style>
a { background-color: #BC1CEA; }
a { background-color: rgb(188,28,234); }
div.DivClassName
{
background-color: #BC1CEA;
}
.BgClassName
{
background-color: #BC1CEA;
}
</style>
border-color css
<style>
span { border-color: #BC1CEA; }
span { border-color: rgb(188,28,234); }
td.TdClassName
{
border-color: #BC1CEA;
}
.TagClassName
{
border-color: #BC1CEA;
}
</style>