Shades of Electric Purple #B111EB
Tints of Electric Purple #B111EB
RGB
CMYK
RGB Variations
Color information
#B111EB (or 0xB111EB) is known color: Electric Purple. HEX triplet: B1, 11 and EB. RGB value is (177,17,235). Sum of RGB (Red+Green+Blue) = 177+17+235=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 17 (7.03% from 255 or 3.96% from 429); Blue value is 235 (92.19% from 255 or 54.78% from 429); Max value from RGB is 235 - color contains mainly: blue. Hex color #B111EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B111EB is #4EEE14. Grayscale: #585858. Windows color (decimal): -5172757 or 15405489. OLE color: 15405489.
HSL color Cylindrical-coordinate representation of color #B111EB: hue angle of 284.04º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B111EB is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 17 | 235 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.08 |
| HSL | 284.04º | 0.87% | 0.49% | - |
| HSV(B) | 284.04º | 0.93% | 0.92% | - |
| XYZ | 33.33 | 15.75 | 79.88 | - |
| YUV | 89.69 | 210.01 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 235 | 0.25 | 0.93 | 0 | 0.08 | 284.04 | 0.87 | 0.49 |
| Hex | B1 | 11 | EB | 19 | 5D | 0 | 8 | 11C | 57 | 31 |
| Octal | 261 | 21 | 353 | 31 | 135 | 0 | 10 | 434 | 127 | 61 |
| Binary | 10110001 | 10001 | 11101011 | 11001 | 1011101 | 0 | 1000 | 100011100 | 1010111 | 110001 |
Color Harmonies of #B111EB
Complementary color
Monochromatic Colors of #B111EB
Black with #B111EB
Text Example
Text Example
White with #B111EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B111EB; }
p { color: rgb(177,17,235); }
H1.HeaderClassName
{
color: #B111EB;
}
.AnyTagClassName
{
color: #B111EB;
}
</style>
background-color css
<style>
a { background-color: #B111EB; }
a { background-color: rgb(177,17,235); }
div.DivClassName
{
background-color: #B111EB;
}
.BgClassName
{
background-color: #B111EB;
}
</style>
border-color css
<style>
span { border-color: #B111EB; }
span { border-color: rgb(177,17,235); }
td.TdClassName
{
border-color: #B111EB;
}
.TagClassName
{
border-color: #B111EB;
}
</style>