Shades of Electric Purple #BF20EE
Tints of Electric Purple #BF20EE
RGB
CMYK
RGB Variations
Color information
#BF20EE (or 0xBF20EE) is known color: Electric Purple. HEX triplet: BF, 20 and EE. RGB value is (191,32,238). Sum of RGB (Red+Green+Blue) = 191+32+238=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 32 (12.89% from 255 or 6.94% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF20EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF20EE is #40DF11. Grayscale: #666666. Windows color (decimal): -4251410 or 15605951. OLE color: 15605951.
HSL color Cylindrical-coordinate representation of color #BF20EE: hue angle of 286.31º 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 #BF20EE is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 32 | 238 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.07 |
| HSL | 286.31º | 0.86% | 0.53% | - |
| HSV(B) | 286.31º | 0.87% | 0.93% | - |
| XYZ | 37.43 | 18.28 | 82.44 | - |
| YUV | 103.03 | 204.18 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 32 | 238 | 0.20 | 0.87 | 0 | 0.07 | 286.31 | 0.86 | 0.53 |
| Hex | BF | 20 | EE | 14 | 57 | 0 | 7 | 11E | 56 | 35 |
| Octal | 277 | 40 | 356 | 24 | 127 | 0 | 7 | 436 | 126 | 65 |
| Binary | 10111111 | 100000 | 11101110 | 10100 | 1010111 | 0 | 111 | 100011110 | 1010110 | 110101 |
Color Harmonies of #BF20EE
Complementary color
Monochromatic Colors of #BF20EE
Black with #BF20EE
Text Example
Text Example
White with #BF20EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF20EE; }
p { color: rgb(191,32,238); }
H1.HeaderClassName
{
color: #BF20EE;
}
.AnyTagClassName
{
color: #BF20EE;
}
</style>
background-color css
<style>
a { background-color: #BF20EE; }
a { background-color: rgb(191,32,238); }
div.DivClassName
{
background-color: #BF20EE;
}
.BgClassName
{
background-color: #BF20EE;
}
</style>
border-color css
<style>
span { border-color: #BF20EE; }
span { border-color: rgb(191,32,238); }
td.TdClassName
{
border-color: #BF20EE;
}
.TagClassName
{
border-color: #BF20EE;
}
</style>