Shades of Electric Purple #BF1EED
Tints of Electric Purple #BF1EED
RGB
CMYK
RGB Variations
Color information
#BF1EED (or 0xBF1EED) is known color: Electric Purple. HEX triplet: BF, 1E and ED. RGB value is (191,30,237). Sum of RGB (Red+Green+Blue) = 191+30+237=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 30 (12.11% from 255 or 6.55% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF1EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1EED is #40E112. Grayscale: #656565. Windows color (decimal): -4251923 or 15539903. OLE color: 15539903.
HSL color Cylindrical-coordinate representation of color #BF1EED: hue angle of 286.67º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF1EED is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 30 | 237 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.07 |
| HSL | 286.67º | 0.85% | 0.52% | - |
| HSV(B) | 286.67º | 0.87% | 0.93% | - |
| XYZ | 37.24 | 18.12 | 81.66 | - |
| YUV | 101.74 | 204.34 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 30 | 237 | 0.19 | 0.87 | 0 | 0.07 | 286.67 | 0.85 | 0.52 |
| Hex | BF | 1E | ED | 13 | 57 | 0 | 7 | 11F | 55 | 34 |
| Octal | 277 | 36 | 355 | 23 | 127 | 0 | 7 | 437 | 125 | 64 |
| Binary | 10111111 | 11110 | 11101101 | 10011 | 1010111 | 0 | 111 | 100011111 | 1010101 | 110100 |
Color Harmonies of #BF1EED
Complementary color
Monochromatic Colors of #BF1EED
Black with #BF1EED
Text Example
Text Example
White with #BF1EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1EED; }
p { color: rgb(191,30,237); }
H1.HeaderClassName
{
color: #BF1EED;
}
.AnyTagClassName
{
color: #BF1EED;
}
</style>
background-color css
<style>
a { background-color: #BF1EED; }
a { background-color: rgb(191,30,237); }
div.DivClassName
{
background-color: #BF1EED;
}
.BgClassName
{
background-color: #BF1EED;
}
</style>
border-color css
<style>
span { border-color: #BF1EED; }
span { border-color: rgb(191,30,237); }
td.TdClassName
{
border-color: #BF1EED;
}
.TagClassName
{
border-color: #BF1EED;
}
</style>