Shades of Electric Purple #B11EF2
Tints of Electric Purple #B11EF2
RGB
CMYK
RGB Variations
Color information
#B11EF2 (or 0xB11EF2) is known color: Electric Purple. HEX triplet: B1, 1E and F2. RGB value is (177,30,242). Sum of RGB (Red+Green+Blue) = 177+30+242=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 30 (12.11% from 255 or 6.68% from 449); Blue value is 242 (94.92% from 255 or 53.90% from 449); Max value from RGB is 242 - color contains mainly: blue. Hex color #B11EF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11EF2 is #4EE10D. Grayscale: #616161. Windows color (decimal): -5169422 or 15867569. OLE color: 15867569.
HSL color Cylindrical-coordinate representation of color #B11EF2: hue angle of 281.6º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11EF2 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 30 | 242 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.05 |
| HSL | 281.6º | 0.89% | 0.53% | - |
| HSV(B) | 281.6º | 0.88% | 0.95% | - |
| XYZ | 34.62 | 16.69 | 85.4 | - |
| YUV | 98.12 | 209.2 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 30 | 242 | 0.27 | 0.88 | 0 | 0.05 | 281.6 | 0.89 | 0.53 |
| Hex | B1 | 1E | F2 | 1B | 58 | 0 | 5 | 11A | 59 | 35 |
| Octal | 261 | 36 | 362 | 33 | 130 | 0 | 5 | 432 | 131 | 65 |
| Binary | 10110001 | 11110 | 11110010 | 11011 | 1011000 | 0 | 101 | 100011010 | 1011001 | 110101 |
Color Harmonies of #B11EF2
Complementary color
Monochromatic Colors of #B11EF2
Black with #B11EF2
Text Example
Text Example
White with #B11EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11EF2; }
p { color: rgb(177,30,242); }
H1.HeaderClassName
{
color: #B11EF2;
}
.AnyTagClassName
{
color: #B11EF2;
}
</style>
background-color css
<style>
a { background-color: #B11EF2; }
a { background-color: rgb(177,30,242); }
div.DivClassName
{
background-color: #B11EF2;
}
.BgClassName
{
background-color: #B11EF2;
}
</style>
border-color css
<style>
span { border-color: #B11EF2; }
span { border-color: rgb(177,30,242); }
td.TdClassName
{
border-color: #B11EF2;
}
.TagClassName
{
border-color: #B11EF2;
}
</style>