Shades of Electric Purple #BC03E5
Tints of Electric Purple #BC03E5
RGB
CMYK
RGB Variations
Color information
#BC03E5 (or 0xBC03E5) is known color: Electric Purple. HEX triplet: BC, 03 and E5. RGB value is (188,3,229). Sum of RGB (Red+Green+Blue) = 188+3+229=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 3 (1.56% from 255 or 0.71% from 420); Blue value is 229 (89.84% from 255 or 54.52% from 420); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC03E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC03E5 is #43FC1A. Grayscale: #535353. Windows color (decimal): -4455451 or 15008700. OLE color: 15008700.
HSL color Cylindrical-coordinate representation of color #BC03E5: hue angle of 289.12º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC03E5 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 3 | 229 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.10 |
| HSL | 289.12º | 0.97% | 0.45% | - |
| HSV(B) | 289.12º | 0.99% | 0.9% | - |
| XYZ | 34.91 | 16.41 | 75.46 | - |
| YUV | 84.08 | 209.79 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 3 | 229 | 0.18 | 0.99 | 0 | 0.10 | 289.12 | 0.97 | 0.45 |
| Hex | BC | 3 | E5 | 12 | 63 | 0 | A | 121 | 61 | 2D |
| Octal | 274 | 3 | 345 | 22 | 143 | 0 | 12 | 441 | 141 | 55 |
| Binary | 10111100 | 11 | 11100101 | 10010 | 1100011 | 0 | 1010 | 100100001 | 1100001 | 101101 |
Color Harmonies of #BC03E5
Complementary color
Monochromatic Colors of #BC03E5
Black with #BC03E5
Text Example
Text Example
White with #BC03E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC03E5; }
p { color: rgb(188,3,229); }
H1.HeaderClassName
{
color: #BC03E5;
}
.AnyTagClassName
{
color: #BC03E5;
}
</style>
background-color css
<style>
a { background-color: #BC03E5; }
a { background-color: rgb(188,3,229); }
div.DivClassName
{
background-color: #BC03E5;
}
.BgClassName
{
background-color: #BC03E5;
}
</style>
border-color css
<style>
span { border-color: #BC03E5; }
span { border-color: rgb(188,3,229); }
td.TdClassName
{
border-color: #BC03E5;
}
.TagClassName
{
border-color: #BC03E5;
}
</style>