Shades of Electric Purple #B114ED
Tints of Electric Purple #B114ED
RGB
CMYK
RGB Variations
Color information
#B114ED (or 0xB114ED) is known color: Electric Purple. HEX triplet: B1, 14 and ED. RGB value is (177,20,237). Sum of RGB (Red+Green+Blue) = 177+20+237=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 20 (8.20% from 255 or 4.61% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #B114ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B114ED is #4EEB12. Grayscale: #5A5A5A. Windows color (decimal): -5171987 or 15537329. OLE color: 15537329.
HSL color Cylindrical-coordinate representation of color #B114ED: hue angle of 283.41º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B114ED is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 20 | 237 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.07 |
| HSL | 283.41º | 0.86% | 0.5% | - |
| HSV(B) | 283.41º | 0.92% | 0.93% | - |
| XYZ | 33.67 | 15.96 | 81.43 | - |
| YUV | 91.68 | 210.01 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 20 | 237 | 0.25 | 0.92 | 0 | 0.07 | 283.41 | 0.86 | 0.5 |
| Hex | B1 | 14 | ED | 19 | 5C | 0 | 7 | 11B | 56 | 32 |
| Octal | 261 | 24 | 355 | 31 | 134 | 0 | 7 | 433 | 126 | 62 |
| Binary | 10110001 | 10100 | 11101101 | 11001 | 1011100 | 0 | 111 | 100011011 | 1010110 | 110010 |
Color Harmonies of #B114ED
Complementary color
Monochromatic Colors of #B114ED
Black with #B114ED
Text Example
Text Example
White with #B114ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B114ED; }
p { color: rgb(177,20,237); }
H1.HeaderClassName
{
color: #B114ED;
}
.AnyTagClassName
{
color: #B114ED;
}
</style>
background-color css
<style>
a { background-color: #B114ED; }
a { background-color: rgb(177,20,237); }
div.DivClassName
{
background-color: #B114ED;
}
.BgClassName
{
background-color: #B114ED;
}
</style>
border-color css
<style>
span { border-color: #B114ED; }
span { border-color: rgb(177,20,237); }
td.TdClassName
{
border-color: #B114ED;
}
.TagClassName
{
border-color: #B114ED;
}
</style>