Shades of Electric Purple #B119ED
Tints of Electric Purple #B119ED
RGB
CMYK
RGB Variations
Color information
#B119ED (or 0xB119ED) is known color: Electric Purple. HEX triplet: B1, 19 and ED. RGB value is (177,25,237). Sum of RGB (Red+Green+Blue) = 177+25+237=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 25 (10.16% from 255 or 5.69% from 439); Blue value is 237 (92.97% from 255 or 53.99% from 439); Max value from RGB is 237 - color contains mainly: blue. Hex color #B119ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B119ED is #4EE612. Grayscale: #5D5D5D. Windows color (decimal): -5170707 or 15538609. OLE color: 15538609.
HSL color Cylindrical-coordinate representation of color #B119ED: hue angle of 283.02º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B119ED is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 25 | 237 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.07 |
| HSL | 283.02º | 0.85% | 0.51% | - |
| HSV(B) | 283.02º | 0.89% | 0.93% | - |
| XYZ | 33.77 | 16.16 | 81.46 | - |
| YUV | 94.62 | 208.36 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 25 | 237 | 0.25 | 0.89 | 0 | 0.07 | 283.02 | 0.85 | 0.51 |
| Hex | B1 | 19 | ED | 19 | 59 | 0 | 7 | 11B | 55 | 33 |
| Octal | 261 | 31 | 355 | 31 | 131 | 0 | 7 | 433 | 125 | 63 |
| Binary | 10110001 | 11001 | 11101101 | 11001 | 1011001 | 0 | 111 | 100011011 | 1010101 | 110011 |
Color Harmonies of #B119ED
Complementary color
Monochromatic Colors of #B119ED
Black with #B119ED
Text Example
Text Example
White with #B119ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B119ED; }
p { color: rgb(177,25,237); }
H1.HeaderClassName
{
color: #B119ED;
}
.AnyTagClassName
{
color: #B119ED;
}
</style>
background-color css
<style>
a { background-color: #B119ED; }
a { background-color: rgb(177,25,237); }
div.DivClassName
{
background-color: #B119ED;
}
.BgClassName
{
background-color: #B119ED;
}
</style>
border-color css
<style>
span { border-color: #B119ED; }
span { border-color: rgb(177,25,237); }
td.TdClassName
{
border-color: #B119ED;
}
.TagClassName
{
border-color: #B119ED;
}
</style>