Shades of Electric Purple #BF1EEE
Tints of Electric Purple #BF1EEE
RGB
CMYK
RGB Variations
Color information
#BF1EEE (or 0xBF1EEE) is known color: Electric Purple. HEX triplet: BF, 1E and EE. RGB value is (191,30,238). Sum of RGB (Red+Green+Blue) = 191+30+238=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 30 (12.11% from 255 or 6.54% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF1EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1EEE is #40E111. Grayscale: #656565. Windows color (decimal): -4251922 or 15605439. OLE color: 15605439.
HSL color Cylindrical-coordinate representation of color #BF1EEE: hue angle of 286.44º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF1EEE is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 30 | 238 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.07 |
| HSL | 286.44º | 0.86% | 0.53% | - |
| HSV(B) | 286.44º | 0.87% | 0.93% | - |
| XYZ | 37.38 | 18.18 | 82.43 | - |
| YUV | 101.85 | 204.84 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 30 | 238 | 0.20 | 0.87 | 0 | 0.07 | 286.44 | 0.86 | 0.53 |
| Hex | BF | 1E | EE | 14 | 57 | 0 | 7 | 11E | 56 | 35 |
| Octal | 277 | 36 | 356 | 24 | 127 | 0 | 7 | 436 | 126 | 65 |
| Binary | 10111111 | 11110 | 11101110 | 10100 | 1010111 | 0 | 111 | 100011110 | 1010110 | 110101 |
Color Harmonies of #BF1EEE
Complementary color
Monochromatic Colors of #BF1EEE
Black with #BF1EEE
Text Example
Text Example
White with #BF1EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1EEE; }
p { color: rgb(191,30,238); }
H1.HeaderClassName
{
color: #BF1EEE;
}
.AnyTagClassName
{
color: #BF1EEE;
}
</style>
background-color css
<style>
a { background-color: #BF1EEE; }
a { background-color: rgb(191,30,238); }
div.DivClassName
{
background-color: #BF1EEE;
}
.BgClassName
{
background-color: #BF1EEE;
}
</style>
border-color css
<style>
span { border-color: #BF1EEE; }
span { border-color: rgb(191,30,238); }
td.TdClassName
{
border-color: #BF1EEE;
}
.TagClassName
{
border-color: #BF1EEE;
}
</style>