Shades of Electric Purple #BF1EEF
Tints of Electric Purple #BF1EEF
RGB
CMYK
RGB Variations
Color information
#BF1EEF (or 0xBF1EEF) is known color: Electric Purple. HEX triplet: BF, 1E and EF. RGB value is (191,30,239). Sum of RGB (Red+Green+Blue) = 191+30+239=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 30 (12.11% from 255 or 6.52% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF1EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1EEF is #40E110. Grayscale: #656565. Windows color (decimal): -4251921 or 15670975. OLE color: 15670975.
HSL color Cylindrical-coordinate representation of color #BF1EEF: hue angle of 286.22º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF1EEF is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 30 | 239 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.06 |
| HSL | 286.22º | 0.87% | 0.53% | - |
| HSV(B) | 286.22º | 0.87% | 0.94% | - |
| XYZ | 37.53 | 18.24 | 83.2 | - |
| YUV | 101.97 | 205.34 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 30 | 239 | 0.20 | 0.87 | 0 | 0.06 | 286.22 | 0.87 | 0.53 |
| Hex | BF | 1E | EF | 14 | 57 | 0 | 6 | 11E | 57 | 35 |
| Octal | 277 | 36 | 357 | 24 | 127 | 0 | 6 | 436 | 127 | 65 |
| Binary | 10111111 | 11110 | 11101111 | 10100 | 1010111 | 0 | 110 | 100011110 | 1010111 | 110101 |
Color Harmonies of #BF1EEF
Complementary color
Monochromatic Colors of #BF1EEF
Black with #BF1EEF
Text Example
Text Example
White with #BF1EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1EEF; }
p { color: rgb(191,30,239); }
H1.HeaderClassName
{
color: #BF1EEF;
}
.AnyTagClassName
{
color: #BF1EEF;
}
</style>
background-color css
<style>
a { background-color: #BF1EEF; }
a { background-color: rgb(191,30,239); }
div.DivClassName
{
background-color: #BF1EEF;
}
.BgClassName
{
background-color: #BF1EEF;
}
</style>
border-color css
<style>
span { border-color: #BF1EEF; }
span { border-color: rgb(191,30,239); }
td.TdClassName
{
border-color: #BF1EEF;
}
.TagClassName
{
border-color: #BF1EEF;
}
</style>