Shades of Electric Purple #BF1EE3
Tints of Electric Purple #BF1EE3
RGB
CMYK
RGB Variations
Color information
#BF1EE3 (or 0xBF1EE3) is known color: Electric Purple. HEX triplet: BF, 1E and E3. RGB value is (191,30,227). Sum of RGB (Red+Green+Blue) = 191+30+227=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 30 (12.11% from 255 or 6.70% from 448); Blue value is 227 (89.06% from 255 or 50.67% from 448); Max value from RGB is 227 - color contains mainly: blue. Hex color #BF1EE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1EE3 is #40E11C. Grayscale: #636363. Windows color (decimal): -4251933 or 14884543. OLE color: 14884543.
HSL color Cylindrical-coordinate representation of color #BF1EE3: hue angle of 289.04º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF1EE3 is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 30 | 227 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.11 |
| HSL | 289.04º | 0.78% | 0.5% | - |
| HSV(B) | 289.04º | 0.87% | 0.89% | - |
| XYZ | 35.82 | 17.55 | 74.17 | - |
| YUV | 100.6 | 199.34 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 30 | 227 | 0.16 | 0.87 | 0 | 0.11 | 289.04 | 0.78 | 0.5 |
| Hex | BF | 1E | E3 | 10 | 57 | 0 | B | 121 | 4E | 32 |
| Octal | 277 | 36 | 343 | 20 | 127 | 0 | 13 | 441 | 116 | 62 |
| Binary | 10111111 | 11110 | 11100011 | 10000 | 1010111 | 0 | 1011 | 100100001 | 1001110 | 110010 |
Color Harmonies of #BF1EE3
Complementary color
Monochromatic Colors of #BF1EE3
Black with #BF1EE3
Text Example
Text Example
White with #BF1EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1EE3; }
p { color: rgb(191,30,227); }
H1.HeaderClassName
{
color: #BF1EE3;
}
.AnyTagClassName
{
color: #BF1EE3;
}
</style>
background-color css
<style>
a { background-color: #BF1EE3; }
a { background-color: rgb(191,30,227); }
div.DivClassName
{
background-color: #BF1EE3;
}
.BgClassName
{
background-color: #BF1EE3;
}
</style>
border-color css
<style>
span { border-color: #BF1EE3; }
span { border-color: rgb(191,30,227); }
td.TdClassName
{
border-color: #BF1EE3;
}
.TagClassName
{
border-color: #BF1EE3;
}
</style>