Shades of Electric Purple #BF19FA
Tints of Electric Purple #BF19FA
RGB
CMYK
RGB Variations
Color information
#BF19FA (or 0xBF19FA) is known color: Electric Purple. HEX triplet: BF, 19 and FA. RGB value is (191,25,250). Sum of RGB (Red+Green+Blue) = 191+25+250=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 25 (10.16% from 255 or 5.36% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF19FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF19FA is #40E605. Grayscale: #636363. Windows color (decimal): -4253190 or 16390591. OLE color: 16390591.
HSL color Cylindrical-coordinate representation of color #BF19FA: hue angle of 284.27º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF19FA is Cyan = 0.24, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 25 | 250 | - |
| CMYK | 0.24 | 0.9 | 0 | 0.02 |
| HSL | 284.27º | 0.96% | 0.54% | - |
| HSV(B) | 284.27º | 0.9% | 0.98% | - |
| XYZ | 39.09 | 18.67 | 91.99 | - |
| YUV | 100.28 | 212.5 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 25 | 250 | 0.24 | 0.9 | 0 | 0.02 | 284.27 | 0.96 | 0.54 |
| Hex | BF | 19 | FA | 18 | 5A | 0 | 2 | 11C | 60 | 36 |
| Octal | 277 | 31 | 372 | 30 | 132 | 0 | 2 | 434 | 140 | 66 |
| Binary | 10111111 | 11001 | 11111010 | 11000 | 1011010 | 0 | 10 | 100011100 | 1100000 | 110110 |
Color Harmonies of #BF19FA
Complementary color
Monochromatic Colors of #BF19FA
Black with #BF19FA
Text Example
Text Example
White with #BF19FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF19FA; }
p { color: rgb(191,25,250); }
H1.HeaderClassName
{
color: #BF19FA;
}
.AnyTagClassName
{
color: #BF19FA;
}
</style>
background-color css
<style>
a { background-color: #BF19FA; }
a { background-color: rgb(191,25,250); }
div.DivClassName
{
background-color: #BF19FA;
}
.BgClassName
{
background-color: #BF19FA;
}
</style>
border-color css
<style>
span { border-color: #BF19FA; }
span { border-color: rgb(191,25,250); }
td.TdClassName
{
border-color: #BF19FA;
}
.TagClassName
{
border-color: #BF19FA;
}
</style>