Shades of Electric Purple #B115EC
Tints of Electric Purple #B115EC
RGB
CMYK
RGB Variations
Color information
#B115EC (or 0xB115EC) is known color: Electric Purple. HEX triplet: B1, 15 and EC. RGB value is (177,21,236). Sum of RGB (Red+Green+Blue) = 177+21+236=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 21 (8.59% from 255 or 4.84% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #B115EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B115EC is #4EEA13. Grayscale: #5B5B5B. Windows color (decimal): -5171732 or 15472049. OLE color: 15472049.
HSL color Cylindrical-coordinate representation of color #B115EC: hue angle of 283.53º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B115EC is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 21 | 236 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.07 |
| HSL | 283.53º | 0.85% | 0.5% | - |
| HSV(B) | 283.53º | 0.91% | 0.93% | - |
| XYZ | 33.54 | 15.94 | 80.67 | - |
| YUV | 92.15 | 209.18 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 21 | 236 | 0.25 | 0.91 | 0 | 0.07 | 283.53 | 0.85 | 0.5 |
| Hex | B1 | 15 | EC | 19 | 5B | 0 | 7 | 11C | 55 | 32 |
| Octal | 261 | 25 | 354 | 31 | 133 | 0 | 7 | 434 | 125 | 62 |
| Binary | 10110001 | 10101 | 11101100 | 11001 | 1011011 | 0 | 111 | 100011100 | 1010101 | 110010 |
Color Harmonies of #B115EC
Complementary color
Monochromatic Colors of #B115EC
Black with #B115EC
Text Example
Text Example
White with #B115EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B115EC; }
p { color: rgb(177,21,236); }
H1.HeaderClassName
{
color: #B115EC;
}
.AnyTagClassName
{
color: #B115EC;
}
</style>
background-color css
<style>
a { background-color: #B115EC; }
a { background-color: rgb(177,21,236); }
div.DivClassName
{
background-color: #B115EC;
}
.BgClassName
{
background-color: #B115EC;
}
</style>
border-color css
<style>
span { border-color: #B115EC; }
span { border-color: rgb(177,21,236); }
td.TdClassName
{
border-color: #B115EC;
}
.TagClassName
{
border-color: #B115EC;
}
</style>