Shades of Electric Purple #BF0FED
Tints of Electric Purple #BF0FED
RGB
CMYK
RGB Variations
Color information
#BF0FED (or 0xBF0FED) is known color: Electric Purple. HEX triplet: BF, 0F and ED. RGB value is (191,15,237). Sum of RGB (Red+Green+Blue) = 191+15+237=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 15 (6.25% from 255 or 3.39% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF0FED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0FED is #40F012. Grayscale: #5C5C5C. Windows color (decimal): -4255763 or 15536063. OLE color: 15536063.
HSL color Cylindrical-coordinate representation of color #BF0FED: hue angle of 287.57º 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 #BF0FED is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 15 | 237 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.07 |
| HSL | 287.57º | 0.88% | 0.49% | - |
| HSV(B) | 287.57º | 0.94% | 0.93% | - |
| XYZ | 36.94 | 17.53 | 81.56 | - |
| YUV | 92.93 | 209.31 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 15 | 237 | 0.19 | 0.94 | 0 | 0.07 | 287.57 | 0.88 | 0.49 |
| Hex | BF | F | ED | 13 | 5E | 0 | 7 | 120 | 58 | 31 |
| Octal | 277 | 17 | 355 | 23 | 136 | 0 | 7 | 440 | 130 | 61 |
| Binary | 10111111 | 1111 | 11101101 | 10011 | 1011110 | 0 | 111 | 100100000 | 1011000 | 110001 |
Color Harmonies of #BF0FED
Complementary color
Monochromatic Colors of #BF0FED
Black with #BF0FED
Text Example
Text Example
White with #BF0FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0FED; }
p { color: rgb(191,15,237); }
H1.HeaderClassName
{
color: #BF0FED;
}
.AnyTagClassName
{
color: #BF0FED;
}
</style>
background-color css
<style>
a { background-color: #BF0FED; }
a { background-color: rgb(191,15,237); }
div.DivClassName
{
background-color: #BF0FED;
}
.BgClassName
{
background-color: #BF0FED;
}
</style>
border-color css
<style>
span { border-color: #BF0FED; }
span { border-color: rgb(191,15,237); }
td.TdClassName
{
border-color: #BF0FED;
}
.TagClassName
{
border-color: #BF0FED;
}
</style>