Shades of Electric Purple #BF1EE9
Tints of Electric Purple #BF1EE9
RGB
CMYK
RGB Variations
Color information
#BF1EE9 (or 0xBF1EE9) is known color: Electric Purple. HEX triplet: BF, 1E and E9. RGB value is (191,30,233). Sum of RGB (Red+Green+Blue) = 191+30+233=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 30 (12.11% from 255 or 6.61% from 454); Blue value is 233 (91.41% from 255 or 51.32% from 454); Max value from RGB is 233 - color contains mainly: blue. Hex color #BF1EE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1EE9 is #40E116. Grayscale: #646464. Windows color (decimal): -4251927 or 15277759. OLE color: 15277759.
HSL color Cylindrical-coordinate representation of color #BF1EE9: hue angle of 287.59º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF1EE9 is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 30 | 233 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.09 |
| HSL | 287.59º | 0.82% | 0.52% | - |
| HSV(B) | 287.59º | 0.87% | 0.91% | - |
| XYZ | 36.66 | 17.89 | 78.61 | - |
| YUV | 101.28 | 202.34 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 30 | 233 | 0.18 | 0.87 | 0 | 0.09 | 287.59 | 0.82 | 0.52 |
| Hex | BF | 1E | E9 | 12 | 57 | 0 | 9 | 120 | 52 | 34 |
| Octal | 277 | 36 | 351 | 22 | 127 | 0 | 11 | 440 | 122 | 64 |
| Binary | 10111111 | 11110 | 11101001 | 10010 | 1010111 | 0 | 1001 | 100100000 | 1010010 | 110100 |
Color Harmonies of #BF1EE9
Complementary color
Monochromatic Colors of #BF1EE9
Black with #BF1EE9
Text Example
Text Example
White with #BF1EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1EE9; }
p { color: rgb(191,30,233); }
H1.HeaderClassName
{
color: #BF1EE9;
}
.AnyTagClassName
{
color: #BF1EE9;
}
</style>
background-color css
<style>
a { background-color: #BF1EE9; }
a { background-color: rgb(191,30,233); }
div.DivClassName
{
background-color: #BF1EE9;
}
.BgClassName
{
background-color: #BF1EE9;
}
</style>
border-color css
<style>
span { border-color: #BF1EE9; }
span { border-color: rgb(191,30,233); }
td.TdClassName
{
border-color: #BF1EE9;
}
.TagClassName
{
border-color: #BF1EE9;
}
</style>