Shades of Electric Purple #B11EF4
Tints of Electric Purple #B11EF4
RGB
CMYK
RGB Variations
Color information
#B11EF4 (or 0xB11EF4) is known color: Electric Purple. HEX triplet: B1, 1E and F4. RGB value is (177,30,244). Sum of RGB (Red+Green+Blue) = 177+30+244=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 30 (12.11% from 255 or 6.65% from 451); Blue value is 244 (95.70% from 255 or 54.10% from 451); Max value from RGB is 244 - color contains mainly: blue. Hex color #B11EF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11EF4 is #4EE10B. Grayscale: #616161. Windows color (decimal): -5169420 or 15998641. OLE color: 15998641.
HSL color Cylindrical-coordinate representation of color #B11EF4: hue angle of 281.21º 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 #B11EF4 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 30 | 244 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.04 |
| HSL | 281.22º | 0.91% | 0.54% | - |
| HSV(B) | 281.22º | 0.88% | 0.96% | - |
| XYZ | 34.92 | 16.81 | 86.99 | - |
| YUV | 98.35 | 210.2 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 30 | 244 | 0.27 | 0.88 | 0 | 0.04 | 281.22 | 0.91 | 0.54 |
| Hex | B1 | 1E | F4 | 1B | 58 | 0 | 4 | 119 | 5B | 36 |
| Octal | 261 | 36 | 364 | 33 | 130 | 0 | 4 | 431 | 133 | 66 |
| Binary | 10110001 | 11110 | 11110100 | 11011 | 1011000 | 0 | 100 | 100011001 | 1011011 | 110110 |
Color Harmonies of #B11EF4
Complementary color
Monochromatic Colors of #B11EF4
Black with #B11EF4
Text Example
Text Example
White with #B11EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11EF4; }
p { color: rgb(177,30,244); }
H1.HeaderClassName
{
color: #B11EF4;
}
.AnyTagClassName
{
color: #B11EF4;
}
</style>
background-color css
<style>
a { background-color: #B11EF4; }
a { background-color: rgb(177,30,244); }
div.DivClassName
{
background-color: #B11EF4;
}
.BgClassName
{
background-color: #B11EF4;
}
</style>
border-color css
<style>
span { border-color: #B11EF4; }
span { border-color: rgb(177,30,244); }
td.TdClassName
{
border-color: #B11EF4;
}
.TagClassName
{
border-color: #B11EF4;
}
</style>