Shades of Electric Purple #BC07EA
Tints of Electric Purple #BC07EA
RGB
CMYK
RGB Variations
Color information
#BC07EA (or 0xBC07EA) is known color: Electric Purple. HEX triplet: BC, 07 and EA. RGB value is (188,7,234). Sum of RGB (Red+Green+Blue) = 188+7+234=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 7 (3.12% from 255 or 1.63% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC07EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC07EA is #43F815. Grayscale: #565656. Windows color (decimal): -4454422 or 15337404. OLE color: 15337404.
HSL color Cylindrical-coordinate representation of color #BC07EA: hue angle of 287.84º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC07EA is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 7 | 234 | - |
| CMYK | 0.20 | 0.97 | 0 | 0.08 |
| HSL | 287.84º | 0.94% | 0.47% | - |
| HSV(B) | 287.84º | 0.97% | 0.92% | - |
| XYZ | 35.67 | 16.78 | 79.2 | - |
| YUV | 87 | 210.97 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 7 | 234 | 0.20 | 0.97 | 0 | 0.08 | 287.84 | 0.94 | 0.47 |
| Hex | BC | 7 | EA | 14 | 61 | 0 | 8 | 120 | 5E | 2F |
| Octal | 274 | 7 | 352 | 24 | 141 | 0 | 10 | 440 | 136 | 57 |
| Binary | 10111100 | 111 | 11101010 | 10100 | 1100001 | 0 | 1000 | 100100000 | 1011110 | 101111 |
Color Harmonies of #BC07EA
Complementary color
Monochromatic Colors of #BC07EA
Black with #BC07EA
Text Example
Text Example
White with #BC07EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC07EA; }
p { color: rgb(188,7,234); }
H1.HeaderClassName
{
color: #BC07EA;
}
.AnyTagClassName
{
color: #BC07EA;
}
</style>
background-color css
<style>
a { background-color: #BC07EA; }
a { background-color: rgb(188,7,234); }
div.DivClassName
{
background-color: #BC07EA;
}
.BgClassName
{
background-color: #BC07EA;
}
</style>
border-color css
<style>
span { border-color: #BC07EA; }
span { border-color: rgb(188,7,234); }
td.TdClassName
{
border-color: #BC07EA;
}
.TagClassName
{
border-color: #BC07EA;
}
</style>