Shades of Electric Purple #BC04E7
Tints of Electric Purple #BC04E7
RGB
CMYK
RGB Variations
Color information
#BC04E7 (or 0xBC04E7) is known color: Electric Purple. HEX triplet: BC, 04 and E7. RGB value is (188,4,231). Sum of RGB (Red+Green+Blue) = 188+4+231=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 4 (1.95% from 255 or 0.95% from 423); Blue value is 231 (90.62% from 255 or 54.61% from 423); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC04E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC04E7 is #43FB18. Grayscale: #545454. Windows color (decimal): -4455193 or 15140028. OLE color: 15140028.
HSL color Cylindrical-coordinate representation of color #BC04E7: hue angle of 288.63º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC04E7 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 4 | 231 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.09 |
| HSL | 288.63º | 0.97% | 0.46% | - |
| HSV(B) | 288.63º | 0.98% | 0.91% | - |
| XYZ | 35.21 | 16.55 | 76.94 | - |
| YUV | 84.89 | 210.46 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 231 | 0.19 | 0.98 | 0 | 0.09 | 288.63 | 0.97 | 0.46 |
| Hex | BC | 4 | E7 | 13 | 62 | 0 | 9 | 121 | 61 | 2E |
| Octal | 274 | 4 | 347 | 23 | 142 | 0 | 11 | 441 | 141 | 56 |
| Binary | 10111100 | 100 | 11100111 | 10011 | 1100010 | 0 | 1001 | 100100001 | 1100001 | 101110 |
Color Harmonies of #BC04E7
Complementary color
Monochromatic Colors of #BC04E7
Black with #BC04E7
Text Example
Text Example
White with #BC04E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC04E7; }
p { color: rgb(188,4,231); }
H1.HeaderClassName
{
color: #BC04E7;
}
.AnyTagClassName
{
color: #BC04E7;
}
</style>
background-color css
<style>
a { background-color: #BC04E7; }
a { background-color: rgb(188,4,231); }
div.DivClassName
{
background-color: #BC04E7;
}
.BgClassName
{
background-color: #BC04E7;
}
</style>
border-color css
<style>
span { border-color: #BC04E7; }
span { border-color: rgb(188,4,231); }
td.TdClassName
{
border-color: #BC04E7;
}
.TagClassName
{
border-color: #BC04E7;
}
</style>