Shades of Electric Purple #B116ED
Tints of Electric Purple #B116ED
RGB
CMYK
RGB Variations
Color information
#B116ED (or 0xB116ED) is known color: Electric Purple. HEX triplet: B1, 16 and ED. RGB value is (177,22,237). Sum of RGB (Red+Green+Blue) = 177+22+237=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 22 (8.98% from 255 or 5.05% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #B116ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B116ED is #4EE912. Grayscale: #5C5C5C. Windows color (decimal): -5171475 or 15537841. OLE color: 15537841.
HSL color Cylindrical-coordinate representation of color #B116ED: hue angle of 283.26º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B116ED is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 22 | 237 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.07 |
| HSL | 283.26º | 0.86% | 0.51% | - |
| HSV(B) | 283.26º | 0.91% | 0.93% | - |
| XYZ | 33.7 | 16.04 | 81.44 | - |
| YUV | 92.86 | 209.35 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 22 | 237 | 0.25 | 0.91 | 0 | 0.07 | 283.26 | 0.86 | 0.51 |
| Hex | B1 | 16 | ED | 19 | 5B | 0 | 7 | 11B | 56 | 33 |
| Octal | 261 | 26 | 355 | 31 | 133 | 0 | 7 | 433 | 126 | 63 |
| Binary | 10110001 | 10110 | 11101101 | 11001 | 1011011 | 0 | 111 | 100011011 | 1010110 | 110011 |
Color Harmonies of #B116ED
Complementary color
Monochromatic Colors of #B116ED
Black with #B116ED
Text Example
Text Example
White with #B116ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B116ED; }
p { color: rgb(177,22,237); }
H1.HeaderClassName
{
color: #B116ED;
}
.AnyTagClassName
{
color: #B116ED;
}
</style>
background-color css
<style>
a { background-color: #B116ED; }
a { background-color: rgb(177,22,237); }
div.DivClassName
{
background-color: #B116ED;
}
.BgClassName
{
background-color: #B116ED;
}
</style>
border-color css
<style>
span { border-color: #B116ED; }
span { border-color: rgb(177,22,237); }
td.TdClassName
{
border-color: #B116ED;
}
.TagClassName
{
border-color: #B116ED;
}
</style>