Shades of Electric Purple #BF19E7
Tints of Electric Purple #BF19E7
RGB
CMYK
RGB Variations
Color information
#BF19E7 (or 0xBF19E7) is known color: Electric Purple. HEX triplet: BF, 19 and E7. RGB value is (191,25,231). Sum of RGB (Red+Green+Blue) = 191+25+231=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 25 (10.16% from 255 or 5.59% from 447); Blue value is 231 (90.62% from 255 or 51.68% from 447); Max value from RGB is 231 - color contains mainly: blue. Hex color #BF19E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF19E7 is #40E618. Grayscale: #616161. Windows color (decimal): -4253209 or 15145407. OLE color: 15145407.
HSL color Cylindrical-coordinate representation of color #BF19E7: hue angle of 288.35º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF19E7 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 25 | 231 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.09 |
| HSL | 288.35º | 0.81% | 0.5% | - |
| HSV(B) | 288.35º | 0.89% | 0.91% | - |
| XYZ | 36.26 | 17.54 | 77.08 | - |
| YUV | 98.12 | 203 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 25 | 231 | 0.17 | 0.89 | 0 | 0.09 | 288.35 | 0.81 | 0.5 |
| Hex | BF | 19 | E7 | 11 | 59 | 0 | 9 | 120 | 51 | 32 |
| Octal | 277 | 31 | 347 | 21 | 131 | 0 | 11 | 440 | 121 | 62 |
| Binary | 10111111 | 11001 | 11100111 | 10001 | 1011001 | 0 | 1001 | 100100000 | 1010001 | 110010 |
Color Harmonies of #BF19E7
Complementary color
Monochromatic Colors of #BF19E7
Black with #BF19E7
Text Example
Text Example
White with #BF19E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF19E7; }
p { color: rgb(191,25,231); }
H1.HeaderClassName
{
color: #BF19E7;
}
.AnyTagClassName
{
color: #BF19E7;
}
</style>
background-color css
<style>
a { background-color: #BF19E7; }
a { background-color: rgb(191,25,231); }
div.DivClassName
{
background-color: #BF19E7;
}
.BgClassName
{
background-color: #BF19E7;
}
</style>
border-color css
<style>
span { border-color: #BF19E7; }
span { border-color: rgb(191,25,231); }
td.TdClassName
{
border-color: #BF19E7;
}
.TagClassName
{
border-color: #BF19E7;
}
</style>