Shades of Electric Purple #BF0FEA
Tints of Electric Purple #BF0FEA
RGB
CMYK
RGB Variations
Color information
#BF0FEA (or 0xBF0FEA) is known color: Electric Purple. HEX triplet: BF, 0F and EA. RGB value is (191,15,234). Sum of RGB (Red+Green+Blue) = 191+15+234=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 15 (6.25% from 255 or 3.41% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF0FEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0FEA is #40F015. Grayscale: #5B5B5B. Windows color (decimal): -4255766 or 15339455. OLE color: 15339455.
HSL color Cylindrical-coordinate representation of color #BF0FEA: hue angle of 288.22º 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 #BF0FEA is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 15 | 234 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.08 |
| HSL | 288.22º | 0.88% | 0.49% | - |
| HSV(B) | 288.22º | 0.94% | 0.92% | - |
| XYZ | 36.51 | 17.36 | 79.27 | - |
| YUV | 92.59 | 207.81 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 15 | 234 | 0.18 | 0.94 | 0 | 0.08 | 288.22 | 0.88 | 0.49 |
| Hex | BF | F | EA | 12 | 5E | 0 | 8 | 120 | 58 | 31 |
| Octal | 277 | 17 | 352 | 22 | 136 | 0 | 10 | 440 | 130 | 61 |
| Binary | 10111111 | 1111 | 11101010 | 10010 | 1011110 | 0 | 1000 | 100100000 | 1011000 | 110001 |
Color Harmonies of #BF0FEA
Complementary color
Monochromatic Colors of #BF0FEA
Black with #BF0FEA
Text Example
Text Example
White with #BF0FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0FEA; }
p { color: rgb(191,15,234); }
H1.HeaderClassName
{
color: #BF0FEA;
}
.AnyTagClassName
{
color: #BF0FEA;
}
</style>
background-color css
<style>
a { background-color: #BF0FEA; }
a { background-color: rgb(191,15,234); }
div.DivClassName
{
background-color: #BF0FEA;
}
.BgClassName
{
background-color: #BF0FEA;
}
</style>
border-color css
<style>
span { border-color: #BF0FEA; }
span { border-color: rgb(191,15,234); }
td.TdClassName
{
border-color: #BF0FEA;
}
.TagClassName
{
border-color: #BF0FEA;
}
</style>