Shades of Electric Purple #BF0FEC
Tints of Electric Purple #BF0FEC
RGB
CMYK
RGB Variations
Color information
#BF0FEC (or 0xBF0FEC) is known color: Electric Purple. HEX triplet: BF, 0F and EC. RGB value is (191,15,236). Sum of RGB (Red+Green+Blue) = 191+15+236=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 15 (6.25% from 255 or 3.39% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF0FEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0FEC is #40F013. Grayscale: #5C5C5C. Windows color (decimal): -4255764 or 15470527. OLE color: 15470527.
HSL color Cylindrical-coordinate representation of color #BF0FEC: hue angle of 287.78º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0FEC is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 15 | 236 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.07 |
| HSL | 287.78º | 0.88% | 0.49% | - |
| HSV(B) | 287.78º | 0.94% | 0.93% | - |
| XYZ | 36.8 | 17.47 | 80.79 | - |
| YUV | 92.82 | 208.81 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 15 | 236 | 0.19 | 0.94 | 0 | 0.07 | 287.78 | 0.88 | 0.49 |
| Hex | BF | F | EC | 13 | 5E | 0 | 7 | 120 | 58 | 31 |
| Octal | 277 | 17 | 354 | 23 | 136 | 0 | 7 | 440 | 130 | 61 |
| Binary | 10111111 | 1111 | 11101100 | 10011 | 1011110 | 0 | 111 | 100100000 | 1011000 | 110001 |
Color Harmonies of #BF0FEC
Complementary color
Monochromatic Colors of #BF0FEC
Black with #BF0FEC
Text Example
Text Example
White with #BF0FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0FEC; }
p { color: rgb(191,15,236); }
H1.HeaderClassName
{
color: #BF0FEC;
}
.AnyTagClassName
{
color: #BF0FEC;
}
</style>
background-color css
<style>
a { background-color: #BF0FEC; }
a { background-color: rgb(191,15,236); }
div.DivClassName
{
background-color: #BF0FEC;
}
.BgClassName
{
background-color: #BF0FEC;
}
</style>
border-color css
<style>
span { border-color: #BF0FEC; }
span { border-color: rgb(191,15,236); }
td.TdClassName
{
border-color: #BF0FEC;
}
.TagClassName
{
border-color: #BF0FEC;
}
</style>