Shades of Electric Purple #BF07E9
Tints of Electric Purple #BF07E9
RGB
CMYK
RGB Variations
Color information
#BF07E9 (or 0xBF07E9) is known color: Electric Purple. HEX triplet: BF, 07 and E9. RGB value is (191,7,233). Sum of RGB (Red+Green+Blue) = 191+7+233=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 7 (3.12% from 255 or 1.62% from 431); Blue value is 233 (91.41% from 255 or 54.06% from 431); Max value from RGB is 233 - color contains mainly: blue. Hex color #BF07E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF07E9 is #40F816. Grayscale: #575757. Windows color (decimal): -4257815 or 15271871. OLE color: 15271871.
HSL color Cylindrical-coordinate representation of color #BF07E9: hue angle of 288.85º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF07E9 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 7 | 233 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.09 |
| HSL | 288.85º | 0.94% | 0.47% | - |
| HSV(B) | 288.85º | 0.97% | 0.91% | - |
| XYZ | 36.27 | 17.11 | 78.48 | - |
| YUV | 87.78 | 209.96 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 7 | 233 | 0.18 | 0.97 | 0 | 0.09 | 288.85 | 0.94 | 0.47 |
| Hex | BF | 7 | E9 | 12 | 61 | 0 | 9 | 121 | 5E | 2F |
| Octal | 277 | 7 | 351 | 22 | 141 | 0 | 11 | 441 | 136 | 57 |
| Binary | 10111111 | 111 | 11101001 | 10010 | 1100001 | 0 | 1001 | 100100001 | 1011110 | 101111 |
Color Harmonies of #BF07E9
Complementary color
Monochromatic Colors of #BF07E9
Black with #BF07E9
Text Example
Text Example
White with #BF07E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF07E9; }
p { color: rgb(191,7,233); }
H1.HeaderClassName
{
color: #BF07E9;
}
.AnyTagClassName
{
color: #BF07E9;
}
</style>
background-color css
<style>
a { background-color: #BF07E9; }
a { background-color: rgb(191,7,233); }
div.DivClassName
{
background-color: #BF07E9;
}
.BgClassName
{
background-color: #BF07E9;
}
</style>
border-color css
<style>
span { border-color: #BF07E9; }
span { border-color: rgb(191,7,233); }
td.TdClassName
{
border-color: #BF07E9;
}
.TagClassName
{
border-color: #BF07E9;
}
</style>