Shades of Electric Purple #BC07EF
Tints of Electric Purple #BC07EF
RGB
CMYK
RGB Variations
Color information
#BC07EF (or 0xBC07EF) is known color: Electric Purple. HEX triplet: BC, 07 and EF. RGB value is (188,7,239). Sum of RGB (Red+Green+Blue) = 188+7+239=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 7 (3.12% from 255 or 1.61% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC07EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC07EF is #43F810. Grayscale: #565656. Windows color (decimal): -4454417 or 15665084. OLE color: 15665084.
HSL color Cylindrical-coordinate representation of color #BC07EF: hue angle of 286.81º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC07EF is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 7 | 239 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.06 |
| HSL | 286.81º | 0.94% | 0.48% | - |
| HSV(B) | 286.81º | 0.97% | 0.94% | - |
| XYZ | 36.4 | 17.08 | 83.04 | - |
| YUV | 87.57 | 213.47 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 7 | 239 | 0.21 | 0.97 | 0 | 0.06 | 286.81 | 0.94 | 0.48 |
| Hex | BC | 7 | EF | 15 | 61 | 0 | 6 | 11F | 5E | 30 |
| Octal | 274 | 7 | 357 | 25 | 141 | 0 | 6 | 437 | 136 | 60 |
| Binary | 10111100 | 111 | 11101111 | 10101 | 1100001 | 0 | 110 | 100011111 | 1011110 | 110000 |
Color Harmonies of #BC07EF
Complementary color
Monochromatic Colors of #BC07EF
Black with #BC07EF
Text Example
Text Example
White with #BC07EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC07EF; }
p { color: rgb(188,7,239); }
H1.HeaderClassName
{
color: #BC07EF;
}
.AnyTagClassName
{
color: #BC07EF;
}
</style>
background-color css
<style>
a { background-color: #BC07EF; }
a { background-color: rgb(188,7,239); }
div.DivClassName
{
background-color: #BC07EF;
}
.BgClassName
{
background-color: #BC07EF;
}
</style>
border-color css
<style>
span { border-color: #BC07EF; }
span { border-color: rgb(188,7,239); }
td.TdClassName
{
border-color: #BC07EF;
}
.TagClassName
{
border-color: #BC07EF;
}
</style>