Shades of Electric Purple #B119E5
Tints of Electric Purple #B119E5
RGB
CMYK
RGB Variations
Color information
#B119E5 (or 0xB119E5) is known color: Electric Purple. HEX triplet: B1, 19 and E5. RGB value is (177,25,229). Sum of RGB (Red+Green+Blue) = 177+25+229=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 25 (10.16% from 255 or 5.80% from 431); Blue value is 229 (89.84% from 255 or 53.13% from 431); Max value from RGB is 229 - color contains mainly: blue. Hex color #B119E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B119E5 is #4EE61A. Grayscale: #5D5D5D. Windows color (decimal): -5170715 or 15014321. OLE color: 15014321.
HSL color Cylindrical-coordinate representation of color #B119E5: hue angle of 284.71º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B119E5 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 25 | 229 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.10 |
| HSL | 284.71º | 0.8% | 0.5% | - |
| HSV(B) | 284.71º | 0.89% | 0.9% | - |
| XYZ | 32.62 | 15.7 | 75.44 | - |
| YUV | 93.7 | 204.36 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 25 | 229 | 0.23 | 0.89 | 0 | 0.10 | 284.71 | 0.8 | 0.5 |
| Hex | B1 | 19 | E5 | 17 | 59 | 0 | A | 11D | 50 | 32 |
| Octal | 261 | 31 | 345 | 27 | 131 | 0 | 12 | 435 | 120 | 62 |
| Binary | 10110001 | 11001 | 11100101 | 10111 | 1011001 | 0 | 1010 | 100011101 | 1010000 | 110010 |
Color Harmonies of #B119E5
Complementary color
Monochromatic Colors of #B119E5
Black with #B119E5
Text Example
Text Example
White with #B119E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B119E5; }
p { color: rgb(177,25,229); }
H1.HeaderClassName
{
color: #B119E5;
}
.AnyTagClassName
{
color: #B119E5;
}
</style>
background-color css
<style>
a { background-color: #B119E5; }
a { background-color: rgb(177,25,229); }
div.DivClassName
{
background-color: #B119E5;
}
.BgClassName
{
background-color: #B119E5;
}
</style>
border-color css
<style>
span { border-color: #B119E5; }
span { border-color: rgb(177,25,229); }
td.TdClassName
{
border-color: #B119E5;
}
.TagClassName
{
border-color: #B119E5;
}
</style>