Shades of Electric Purple #BF0FEB
Tints of Electric Purple #BF0FEB
RGB
CMYK
RGB Variations
Color information
#BF0FEB (or 0xBF0FEB) is known color: Electric Purple. HEX triplet: BF, 0F and EB. RGB value is (191,15,235). Sum of RGB (Red+Green+Blue) = 191+15+235=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 15 (6.25% from 255 or 3.40% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF0FEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0FEB is #40F014. Grayscale: #5C5C5C. Windows color (decimal): -4255765 or 15404991. OLE color: 15404991.
HSL color Cylindrical-coordinate representation of color #BF0FEB: hue angle of 288º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0FEB is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 15 | 235 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.08 |
| HSL | 288º | 0.88% | 0.49% | - |
| HSV(B) | 288º | 0.94% | 0.92% | - |
| XYZ | 36.65 | 17.42 | 80.03 | - |
| YUV | 92.7 | 208.31 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 15 | 235 | 0.19 | 0.94 | 0 | 0.08 | 288 | 0.88 | 0.49 |
| Hex | BF | F | EB | 13 | 5E | 0 | 8 | 120 | 58 | 31 |
| Octal | 277 | 17 | 353 | 23 | 136 | 0 | 10 | 440 | 130 | 61 |
| Binary | 10111111 | 1111 | 11101011 | 10011 | 1011110 | 0 | 1000 | 100100000 | 1011000 | 110001 |
Color Harmonies of #BF0FEB
Complementary color
Monochromatic Colors of #BF0FEB
Black with #BF0FEB
Text Example
Text Example
White with #BF0FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0FEB; }
p { color: rgb(191,15,235); }
H1.HeaderClassName
{
color: #BF0FEB;
}
.AnyTagClassName
{
color: #BF0FEB;
}
</style>
background-color css
<style>
a { background-color: #BF0FEB; }
a { background-color: rgb(191,15,235); }
div.DivClassName
{
background-color: #BF0FEB;
}
.BgClassName
{
background-color: #BF0FEB;
}
</style>
border-color css
<style>
span { border-color: #BF0FEB; }
span { border-color: rgb(191,15,235); }
td.TdClassName
{
border-color: #BF0FEB;
}
.TagClassName
{
border-color: #BF0FEB;
}
</style>