Shades of Electric Purple #BF0FEE
Tints of Electric Purple #BF0FEE
RGB
CMYK
RGB Variations
Color information
#BF0FEE (or 0xBF0FEE) is known color: Electric Purple. HEX triplet: BF, 0F and EE. RGB value is (191,15,238). Sum of RGB (Red+Green+Blue) = 191+15+238=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 15 (6.25% from 255 or 3.38% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF0FEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0FEE is #40F011. Grayscale: #5C5C5C. Windows color (decimal): -4255762 or 15601599. OLE color: 15601599.
HSL color Cylindrical-coordinate representation of color #BF0FEE: hue angle of 287.35º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0FEE is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 15 | 238 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.07 |
| HSL | 287.35º | 0.88% | 0.5% | - |
| HSV(B) | 287.35º | 0.94% | 0.93% | - |
| XYZ | 37.09 | 17.59 | 82.33 | - |
| YUV | 93.05 | 209.81 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 15 | 238 | 0.20 | 0.94 | 0 | 0.07 | 287.35 | 0.88 | 0.5 |
| Hex | BF | F | EE | 14 | 5E | 0 | 7 | 11F | 58 | 32 |
| Octal | 277 | 17 | 356 | 24 | 136 | 0 | 7 | 437 | 130 | 62 |
| Binary | 10111111 | 1111 | 11101110 | 10100 | 1011110 | 0 | 111 | 100011111 | 1011000 | 110010 |
Color Harmonies of #BF0FEE
Complementary color
Monochromatic Colors of #BF0FEE
Black with #BF0FEE
Text Example
Text Example
White with #BF0FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0FEE; }
p { color: rgb(191,15,238); }
H1.HeaderClassName
{
color: #BF0FEE;
}
.AnyTagClassName
{
color: #BF0FEE;
}
</style>
background-color css
<style>
a { background-color: #BF0FEE; }
a { background-color: rgb(191,15,238); }
div.DivClassName
{
background-color: #BF0FEE;
}
.BgClassName
{
background-color: #BF0FEE;
}
</style>
border-color css
<style>
span { border-color: #BF0FEE; }
span { border-color: rgb(191,15,238); }
td.TdClassName
{
border-color: #BF0FEE;
}
.TagClassName
{
border-color: #BF0FEE;
}
</style>