Shades of Electric Purple #B119F7
Tints of Electric Purple #B119F7
RGB
CMYK
RGB Variations
Color information
#B119F7 (or 0xB119F7) is known color: Electric Purple. HEX triplet: B1, 19 and F7. RGB value is (177,25,247). Sum of RGB (Red+Green+Blue) = 177+25+247=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 25 (10.16% from 255 or 5.57% from 449); Blue value is 247 (96.88% from 255 or 55.01% from 449); Max value from RGB is 247 - color contains mainly: blue. Hex color #B119F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B119F7 is #4EE608. Grayscale: #5F5F5F. Windows color (decimal): -5170697 or 16193969. OLE color: 16193969.
HSL color Cylindrical-coordinate representation of color #B119F7: hue angle of 281.08º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B119F7 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 25 | 247 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.03 |
| HSL | 281.08º | 0.93% | 0.53% | - |
| HSV(B) | 281.08º | 0.9% | 0.97% | - |
| XYZ | 35.27 | 16.76 | 89.37 | - |
| YUV | 95.76 | 213.36 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 25 | 247 | 0.28 | 0.90 | 0 | 0.03 | 281.08 | 0.93 | 0.53 |
| Hex | B1 | 19 | F7 | 1C | 5A | 0 | 3 | 119 | 5D | 35 |
| Octal | 261 | 31 | 367 | 34 | 132 | 0 | 3 | 431 | 135 | 65 |
| Binary | 10110001 | 11001 | 11110111 | 11100 | 1011010 | 0 | 11 | 100011001 | 1011101 | 110101 |
Color Harmonies of #B119F7
Complementary color
Monochromatic Colors of #B119F7
Black with #B119F7
Text Example
Text Example
White with #B119F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B119F7; }
p { color: rgb(177,25,247); }
H1.HeaderClassName
{
color: #B119F7;
}
.AnyTagClassName
{
color: #B119F7;
}
</style>
background-color css
<style>
a { background-color: #B119F7; }
a { background-color: rgb(177,25,247); }
div.DivClassName
{
background-color: #B119F7;
}
.BgClassName
{
background-color: #B119F7;
}
</style>
border-color css
<style>
span { border-color: #B119F7; }
span { border-color: rgb(177,25,247); }
td.TdClassName
{
border-color: #B119F7;
}
.TagClassName
{
border-color: #B119F7;
}
</style>