Shades of Electric Purple #B112EB
Tints of Electric Purple #B112EB
RGB
CMYK
RGB Variations
Color information
#B112EB (or 0xB112EB) is known color: Electric Purple. HEX triplet: B1, 12 and EB. RGB value is (177,18,235). Sum of RGB (Red+Green+Blue) = 177+18+235=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 18 (7.42% from 255 or 4.19% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #B112EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B112EB is #4EED14. Grayscale: #595959. Windows color (decimal): -5172501 or 15405745. OLE color: 15405745.
HSL color Cylindrical-coordinate representation of color #B112EB: hue angle of 283.96º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B112EB is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 18 | 235 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.08 |
| HSL | 283.96º | 0.86% | 0.5% | - |
| HSV(B) | 283.96º | 0.92% | 0.92% | - |
| XYZ | 33.34 | 15.78 | 79.89 | - |
| YUV | 90.28 | 209.68 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 235 | 0.25 | 0.92 | 0 | 0.08 | 283.96 | 0.86 | 0.5 |
| Hex | B1 | 12 | EB | 19 | 5C | 0 | 8 | 11C | 56 | 32 |
| Octal | 261 | 22 | 353 | 31 | 134 | 0 | 10 | 434 | 126 | 62 |
| Binary | 10110001 | 10010 | 11101011 | 11001 | 1011100 | 0 | 1000 | 100011100 | 1010110 | 110010 |
Color Harmonies of #B112EB
Complementary color
Monochromatic Colors of #B112EB
Black with #B112EB
Text Example
Text Example
White with #B112EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B112EB; }
p { color: rgb(177,18,235); }
H1.HeaderClassName
{
color: #B112EB;
}
.AnyTagClassName
{
color: #B112EB;
}
</style>
background-color css
<style>
a { background-color: #B112EB; }
a { background-color: rgb(177,18,235); }
div.DivClassName
{
background-color: #B112EB;
}
.BgClassName
{
background-color: #B112EB;
}
</style>
border-color css
<style>
span { border-color: #B112EB; }
span { border-color: rgb(177,18,235); }
td.TdClassName
{
border-color: #B112EB;
}
.TagClassName
{
border-color: #B112EB;
}
</style>