Shades of Electric Purple #BF1EF0
Tints of Electric Purple #BF1EF0
RGB
CMYK
RGB Variations
Color information
#BF1EF0 (or 0xBF1EF0) is known color: Electric Purple. HEX triplet: BF, 1E and F0. RGB value is (191,30,240). Sum of RGB (Red+Green+Blue) = 191+30+240=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 30 (12.11% from 255 or 6.51% from 461); Blue value is 240 (94.14% from 255 or 52.06% from 461); Max value from RGB is 240 - color contains mainly: blue. Hex color #BF1EF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1EF0 is #40E10F. Grayscale: #656565. Windows color (decimal): -4251920 or 15736511. OLE color: 15736511.
HSL color Cylindrical-coordinate representation of color #BF1EF0: hue angle of 286º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF1EF0 is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 30 | 240 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.06 |
| HSL | 286º | 0.88% | 0.53% | - |
| HSV(B) | 286º | 0.88% | 0.94% | - |
| XYZ | 37.68 | 18.3 | 83.98 | - |
| YUV | 102.08 | 205.84 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 30 | 240 | 0.20 | 0.87 | 0 | 0.06 | 286 | 0.88 | 0.53 |
| Hex | BF | 1E | F0 | 14 | 57 | 0 | 6 | 11E | 58 | 35 |
| Octal | 277 | 36 | 360 | 24 | 127 | 0 | 6 | 436 | 130 | 65 |
| Binary | 10111111 | 11110 | 11110000 | 10100 | 1010111 | 0 | 110 | 100011110 | 1011000 | 110101 |
Color Harmonies of #BF1EF0
Complementary color
Monochromatic Colors of #BF1EF0
Black with #BF1EF0
Text Example
Text Example
White with #BF1EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1EF0; }
p { color: rgb(191,30,240); }
H1.HeaderClassName
{
color: #BF1EF0;
}
.AnyTagClassName
{
color: #BF1EF0;
}
</style>
background-color css
<style>
a { background-color: #BF1EF0; }
a { background-color: rgb(191,30,240); }
div.DivClassName
{
background-color: #BF1EF0;
}
.BgClassName
{
background-color: #BF1EF0;
}
</style>
border-color css
<style>
span { border-color: #BF1EF0; }
span { border-color: rgb(191,30,240); }
td.TdClassName
{
border-color: #BF1EF0;
}
.TagClassName
{
border-color: #BF1EF0;
}
</style>