Shades of Electric Purple #B110ED
Tints of Electric Purple #B110ED
RGB
CMYK
RGB Variations
Color information
#B110ED (or 0xB110ED) is known color: Electric Purple. HEX triplet: B1, 10 and ED. RGB value is (177,16,237). Sum of RGB (Red+Green+Blue) = 177+16+237=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 16 (6.64% from 255 or 3.72% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #B110ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B110ED is #4EEF12. Grayscale: #585858. Windows color (decimal): -5173011 or 15536305. OLE color: 15536305.
HSL color Cylindrical-coordinate representation of color #B110ED: hue angle of 283.71º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B110ED is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 16 | 237 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.07 |
| HSL | 283.71º | 0.87% | 0.5% | - |
| HSV(B) | 283.71º | 0.93% | 0.93% | - |
| XYZ | 33.6 | 15.83 | 81.41 | - |
| YUV | 89.33 | 211.34 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 237 | 0.25 | 0.93 | 0 | 0.07 | 283.71 | 0.87 | 0.5 |
| Hex | B1 | 10 | ED | 19 | 5D | 0 | 7 | 11C | 57 | 32 |
| Octal | 261 | 20 | 355 | 31 | 135 | 0 | 7 | 434 | 127 | 62 |
| Binary | 10110001 | 10000 | 11101101 | 11001 | 1011101 | 0 | 111 | 100011100 | 1010111 | 110010 |
Color Harmonies of #B110ED
Complementary color
Monochromatic Colors of #B110ED
Black with #B110ED
Text Example
Text Example
White with #B110ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B110ED; }
p { color: rgb(177,16,237); }
H1.HeaderClassName
{
color: #B110ED;
}
.AnyTagClassName
{
color: #B110ED;
}
</style>
background-color css
<style>
a { background-color: #B110ED; }
a { background-color: rgb(177,16,237); }
div.DivClassName
{
background-color: #B110ED;
}
.BgClassName
{
background-color: #B110ED;
}
</style>
border-color css
<style>
span { border-color: #B110ED; }
span { border-color: rgb(177,16,237); }
td.TdClassName
{
border-color: #B110ED;
}
.TagClassName
{
border-color: #B110ED;
}
</style>