Shades of Electric Purple #B11EF5
Tints of Electric Purple #B11EF5
RGB
CMYK
RGB Variations
Color information
#B11EF5 (or 0xB11EF5) is known color: Electric Purple. HEX triplet: B1, 1E and F5. RGB value is (177,30,245). Sum of RGB (Red+Green+Blue) = 177+30+245=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 30 (12.11% from 255 or 6.64% from 452); Blue value is 245 (96.09% from 255 or 54.20% from 452); Max value from RGB is 245 - color contains mainly: blue. Hex color #B11EF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11EF5 is #4EE10A. Grayscale: #616161. Windows color (decimal): -5169419 or 16064177. OLE color: 16064177.
HSL color Cylindrical-coordinate representation of color #B11EF5: hue angle of 281.02º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11EF5 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 30 | 245 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.04 |
| HSL | 281.02º | 0.91% | 0.54% | - |
| HSV(B) | 281.02º | 0.88% | 0.96% | - |
| XYZ | 35.08 | 16.87 | 87.79 | - |
| YUV | 98.46 | 210.7 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 30 | 245 | 0.28 | 0.88 | 0 | 0.04 | 281.02 | 0.91 | 0.54 |
| Hex | B1 | 1E | F5 | 1C | 58 | 0 | 4 | 119 | 5B | 36 |
| Octal | 261 | 36 | 365 | 34 | 130 | 0 | 4 | 431 | 133 | 66 |
| Binary | 10110001 | 11110 | 11110101 | 11100 | 1011000 | 0 | 100 | 100011001 | 1011011 | 110110 |
Color Harmonies of #B11EF5
Complementary color
Monochromatic Colors of #B11EF5
Black with #B11EF5
Text Example
Text Example
White with #B11EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11EF5; }
p { color: rgb(177,30,245); }
H1.HeaderClassName
{
color: #B11EF5;
}
.AnyTagClassName
{
color: #B11EF5;
}
</style>
background-color css
<style>
a { background-color: #B11EF5; }
a { background-color: rgb(177,30,245); }
div.DivClassName
{
background-color: #B11EF5;
}
.BgClassName
{
background-color: #B11EF5;
}
</style>
border-color css
<style>
span { border-color: #B11EF5; }
span { border-color: rgb(177,30,245); }
td.TdClassName
{
border-color: #B11EF5;
}
.TagClassName
{
border-color: #B11EF5;
}
</style>