Shades of Electric Purple #B119EF
Tints of Electric Purple #B119EF
RGB
CMYK
RGB Variations
Color information
#B119EF (or 0xB119EF) is known color: Electric Purple. HEX triplet: B1, 19 and EF. RGB value is (177,25,239). Sum of RGB (Red+Green+Blue) = 177+25+239=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 25 (10.16% from 255 or 5.67% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #B119EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B119EF is #4EE610. Grayscale: #5E5E5E. Windows color (decimal): -5170705 or 15669681. OLE color: 15669681.
HSL color Cylindrical-coordinate representation of color #B119EF: hue angle of 282.62º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B119EF is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 25 | 239 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.06 |
| HSL | 282.62º | 0.87% | 0.52% | - |
| HSV(B) | 282.62º | 0.9% | 0.94% | - |
| XYZ | 34.06 | 16.27 | 83.01 | - |
| YUV | 94.84 | 209.36 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 25 | 239 | 0.26 | 0.90 | 0 | 0.06 | 282.62 | 0.87 | 0.52 |
| Hex | B1 | 19 | EF | 1A | 5A | 0 | 6 | 11B | 57 | 34 |
| Octal | 261 | 31 | 357 | 32 | 132 | 0 | 6 | 433 | 127 | 64 |
| Binary | 10110001 | 11001 | 11101111 | 11010 | 1011010 | 0 | 110 | 100011011 | 1010111 | 110100 |
Color Harmonies of #B119EF
Complementary color
Monochromatic Colors of #B119EF
Black with #B119EF
Text Example
Text Example
White with #B119EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B119EF; }
p { color: rgb(177,25,239); }
H1.HeaderClassName
{
color: #B119EF;
}
.AnyTagClassName
{
color: #B119EF;
}
</style>
background-color css
<style>
a { background-color: #B119EF; }
a { background-color: rgb(177,25,239); }
div.DivClassName
{
background-color: #B119EF;
}
.BgClassName
{
background-color: #B119EF;
}
</style>
border-color css
<style>
span { border-color: #B119EF; }
span { border-color: rgb(177,25,239); }
td.TdClassName
{
border-color: #B119EF;
}
.TagClassName
{
border-color: #B119EF;
}
</style>