Shades of Electric Purple #BF26EE
Tints of Electric Purple #BF26EE
RGB
CMYK
RGB Variations
Color information
#BF26EE (or 0xBF26EE) is known color: Electric Purple. HEX triplet: BF, 26 and EE. RGB value is (191,38,238). Sum of RGB (Red+Green+Blue) = 191+38+238=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 38 (15.23% from 255 or 8.14% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF26EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF26EE is #40D911. Grayscale: #696969. Windows color (decimal): -4249874 or 15607487. OLE color: 15607487.
HSL color Cylindrical-coordinate representation of color #BF26EE: hue angle of 285.9º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF26EE is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 38 | 238 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.07 |
| HSL | 285.9º | 0.85% | 0.54% | - |
| HSV(B) | 285.9º | 0.84% | 0.93% | - |
| XYZ | 37.61 | 18.64 | 82.5 | - |
| YUV | 106.55 | 202.19 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 38 | 238 | 0.20 | 0.84 | 0 | 0.07 | 285.9 | 0.85 | 0.54 |
| Hex | BF | 26 | EE | 14 | 54 | 0 | 7 | 11E | 55 | 36 |
| Octal | 277 | 46 | 356 | 24 | 124 | 0 | 7 | 436 | 125 | 66 |
| Binary | 10111111 | 100110 | 11101110 | 10100 | 1010100 | 0 | 111 | 100011110 | 1010101 | 110110 |
Color Harmonies of #BF26EE
Complementary color
Monochromatic Colors of #BF26EE
Black with #BF26EE
Text Example
Text Example
White with #BF26EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF26EE; }
p { color: rgb(191,38,238); }
H1.HeaderClassName
{
color: #BF26EE;
}
.AnyTagClassName
{
color: #BF26EE;
}
</style>
background-color css
<style>
a { background-color: #BF26EE; }
a { background-color: rgb(191,38,238); }
div.DivClassName
{
background-color: #BF26EE;
}
.BgClassName
{
background-color: #BF26EE;
}
</style>
border-color css
<style>
span { border-color: #BF26EE; }
span { border-color: rgb(191,38,238); }
td.TdClassName
{
border-color: #BF26EE;
}
.TagClassName
{
border-color: #BF26EE;
}
</style>