Shades of Electric Purple #BF1EF1
Tints of Electric Purple #BF1EF1
RGB
CMYK
RGB Variations
Color information
#BF1EF1 (or 0xBF1EF1) is known color: Electric Purple. HEX triplet: BF, 1E and F1. RGB value is (191,30,241). Sum of RGB (Red+Green+Blue) = 191+30+241=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 30 (12.11% from 255 or 6.49% from 462); Blue value is 241 (94.53% from 255 or 52.16% from 462); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF1EF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1EF1 is #40E10E. Grayscale: #656565. Windows color (decimal): -4251919 or 15802047. OLE color: 15802047.
HSL color Cylindrical-coordinate representation of color #BF1EF1: hue angle of 285.78º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF1EF1 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 30 | 241 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.05 |
| HSL | 285.78º | 0.88% | 0.53% | - |
| HSV(B) | 285.78º | 0.88% | 0.95% | - |
| XYZ | 37.83 | 18.36 | 84.77 | - |
| YUV | 102.19 | 206.34 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 30 | 241 | 0.21 | 0.88 | 0 | 0.05 | 285.78 | 0.88 | 0.53 |
| Hex | BF | 1E | F1 | 15 | 58 | 0 | 5 | 11E | 58 | 35 |
| Octal | 277 | 36 | 361 | 25 | 130 | 0 | 5 | 436 | 130 | 65 |
| Binary | 10111111 | 11110 | 11110001 | 10101 | 1011000 | 0 | 101 | 100011110 | 1011000 | 110101 |
Color Harmonies of #BF1EF1
Complementary color
Monochromatic Colors of #BF1EF1
Black with #BF1EF1
Text Example
Text Example
White with #BF1EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1EF1; }
p { color: rgb(191,30,241); }
H1.HeaderClassName
{
color: #BF1EF1;
}
.AnyTagClassName
{
color: #BF1EF1;
}
</style>
background-color css
<style>
a { background-color: #BF1EF1; }
a { background-color: rgb(191,30,241); }
div.DivClassName
{
background-color: #BF1EF1;
}
.BgClassName
{
background-color: #BF1EF1;
}
</style>
border-color css
<style>
span { border-color: #BF1EF1; }
span { border-color: rgb(191,30,241); }
td.TdClassName
{
border-color: #BF1EF1;
}
.TagClassName
{
border-color: #BF1EF1;
}
</style>