Shades of Electric Purple #BF1FED
Tints of Electric Purple #BF1FED
RGB
CMYK
RGB Variations
Color information
#BF1FED (or 0xBF1FED) is known color: Electric Purple. HEX triplet: BF, 1F and ED. RGB value is (191,31,237). Sum of RGB (Red+Green+Blue) = 191+31+237=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 31 (12.5% from 255 or 6.75% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF1FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1FED is #40E012. Grayscale: #656565. Windows color (decimal): -4251667 or 15540159. OLE color: 15540159.
HSL color Cylindrical-coordinate representation of color #BF1FED: hue angle of 286.6º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF1FED is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 31 | 237 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.07 |
| HSL | 286.6º | 0.85% | 0.53% | - |
| HSV(B) | 286.6º | 0.87% | 0.93% | - |
| XYZ | 37.26 | 18.17 | 81.66 | - |
| YUV | 102.32 | 204.01 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 31 | 237 | 0.19 | 0.87 | 0 | 0.07 | 286.6 | 0.85 | 0.53 |
| Hex | BF | 1F | ED | 13 | 57 | 0 | 7 | 11F | 55 | 35 |
| Octal | 277 | 37 | 355 | 23 | 127 | 0 | 7 | 437 | 125 | 65 |
| Binary | 10111111 | 11111 | 11101101 | 10011 | 1010111 | 0 | 111 | 100011111 | 1010101 | 110101 |
Color Harmonies of #BF1FED
Complementary color
Monochromatic Colors of #BF1FED
Black with #BF1FED
Text Example
Text Example
White with #BF1FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1FED; }
p { color: rgb(191,31,237); }
H1.HeaderClassName
{
color: #BF1FED;
}
.AnyTagClassName
{
color: #BF1FED;
}
</style>
background-color css
<style>
a { background-color: #BF1FED; }
a { background-color: rgb(191,31,237); }
div.DivClassName
{
background-color: #BF1FED;
}
.BgClassName
{
background-color: #BF1FED;
}
</style>
border-color css
<style>
span { border-color: #BF1FED; }
span { border-color: rgb(191,31,237); }
td.TdClassName
{
border-color: #BF1FED;
}
.TagClassName
{
border-color: #BF1FED;
}
</style>