Shades of Electric Purple #BF1EF2
Tints of Electric Purple #BF1EF2
RGB
CMYK
RGB Variations
Color information
#BF1EF2 (or 0xBF1EF2) is known color: Electric Purple. HEX triplet: BF, 1E and F2. RGB value is (191,30,242). Sum of RGB (Red+Green+Blue) = 191+30+242=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 30 (12.11% from 255 or 6.48% from 463); Blue value is 242 (94.92% from 255 or 52.27% from 463); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF1EF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1EF2 is #40E10D. Grayscale: #656565. Windows color (decimal): -4251918 or 15867583. OLE color: 15867583.
HSL color Cylindrical-coordinate representation of color #BF1EF2: hue angle of 285.57º degrees, saturation: 0.89, 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 #BF1EF2 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 30 | 242 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.05 |
| HSL | 285.57º | 0.89% | 0.53% | - |
| HSV(B) | 285.57º | 0.88% | 0.95% | - |
| XYZ | 37.98 | 18.42 | 85.56 | - |
| YUV | 102.31 | 206.84 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 30 | 242 | 0.21 | 0.88 | 0 | 0.05 | 285.57 | 0.89 | 0.53 |
| Hex | BF | 1E | F2 | 15 | 58 | 0 | 5 | 11E | 59 | 35 |
| Octal | 277 | 36 | 362 | 25 | 130 | 0 | 5 | 436 | 131 | 65 |
| Binary | 10111111 | 11110 | 11110010 | 10101 | 1011000 | 0 | 101 | 100011110 | 1011001 | 110101 |
Color Harmonies of #BF1EF2
Complementary color
Monochromatic Colors of #BF1EF2
Black with #BF1EF2
Text Example
Text Example
White with #BF1EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1EF2; }
p { color: rgb(191,30,242); }
H1.HeaderClassName
{
color: #BF1EF2;
}
.AnyTagClassName
{
color: #BF1EF2;
}
</style>
background-color css
<style>
a { background-color: #BF1EF2; }
a { background-color: rgb(191,30,242); }
div.DivClassName
{
background-color: #BF1EF2;
}
.BgClassName
{
background-color: #BF1EF2;
}
</style>
border-color css
<style>
span { border-color: #BF1EF2; }
span { border-color: rgb(191,30,242); }
td.TdClassName
{
border-color: #BF1EF2;
}
.TagClassName
{
border-color: #BF1EF2;
}
</style>