Shades of Electric Purple #BF07EC
Tints of Electric Purple #BF07EC
RGB
CMYK
RGB Variations
Color information
#BF07EC (or 0xBF07EC) is known color: Electric Purple. HEX triplet: BF, 07 and EC. RGB value is (191,7,236). Sum of RGB (Red+Green+Blue) = 191+7+236=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 7 (3.12% from 255 or 1.61% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF07EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF07EC is #40F813. Grayscale: #575757. Windows color (decimal): -4257812 or 15468479. OLE color: 15468479.
HSL color Cylindrical-coordinate representation of color #BF07EC: hue angle of 288.21º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF07EC is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 7 | 236 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.07 |
| HSL | 288.21º | 0.94% | 0.48% | - |
| HSV(B) | 288.21º | 0.97% | 0.93% | - |
| XYZ | 36.7 | 17.28 | 80.76 | - |
| YUV | 88.12 | 211.46 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 7 | 236 | 0.19 | 0.97 | 0 | 0.07 | 288.21 | 0.94 | 0.48 |
| Hex | BF | 7 | EC | 13 | 61 | 0 | 7 | 120 | 5E | 30 |
| Octal | 277 | 7 | 354 | 23 | 141 | 0 | 7 | 440 | 136 | 60 |
| Binary | 10111111 | 111 | 11101100 | 10011 | 1100001 | 0 | 111 | 100100000 | 1011110 | 110000 |
Color Harmonies of #BF07EC
Complementary color
Monochromatic Colors of #BF07EC
Black with #BF07EC
Text Example
Text Example
White with #BF07EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF07EC; }
p { color: rgb(191,7,236); }
H1.HeaderClassName
{
color: #BF07EC;
}
.AnyTagClassName
{
color: #BF07EC;
}
</style>
background-color css
<style>
a { background-color: #BF07EC; }
a { background-color: rgb(191,7,236); }
div.DivClassName
{
background-color: #BF07EC;
}
.BgClassName
{
background-color: #BF07EC;
}
</style>
border-color css
<style>
span { border-color: #BF07EC; }
span { border-color: rgb(191,7,236); }
td.TdClassName
{
border-color: #BF07EC;
}
.TagClassName
{
border-color: #BF07EC;
}
</style>