Shades of Electric Purple #B119FF
Tints of Electric Purple #B119FF
RGB
CMYK
RGB Variations
Color information
#B119FF (or 0xB119FF) is known color: Electric Purple. HEX triplet: B1, 19 and FF. RGB value is (177,25,255). Sum of RGB (Red+Green+Blue) = 177+25+255=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 25 (10.16% from 255 or 5.47% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #B119FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B119FF is #4EE600. Grayscale: #5F5F5F. Windows color (decimal): -5170689 or 16718257. OLE color: 16718257.
HSL color Cylindrical-coordinate representation of color #B119FF: hue angle of 279.65º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B119FF is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 25 | 255 | - |
| CMYK | 0.31 | 0.90 | 0 | 0 |
| HSL | 279.65º | 1% | 0.55% | - |
| HSV(B) | 279.65º | 0.9% | 1% | - |
| XYZ | 36.53 | 17.26 | 96.01 | - |
| YUV | 96.67 | 217.36 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 25 | 255 | 0.31 | 0.90 | 0 | 0 | 279.65 | 1 | 0.55 |
| Hex | B1 | 19 | FF | 1F | 5A | 0 | 0 | 118 | 64 | 37 |
| Octal | 261 | 31 | 377 | 37 | 132 | 0 | 0 | 430 | 144 | 67 |
| Binary | 10110001 | 11001 | 11111111 | 11111 | 1011010 | 0 | 0 | 100011000 | 1100100 | 110111 |
Color Harmonies of #B119FF
Complementary color
Monochromatic Colors of #B119FF
Black with #B119FF
Text Example
Text Example
White with #B119FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B119FF; }
p { color: rgb(177,25,255); }
H1.HeaderClassName
{
color: #B119FF;
}
.AnyTagClassName
{
color: #B119FF;
}
</style>
background-color css
<style>
a { background-color: #B119FF; }
a { background-color: rgb(177,25,255); }
div.DivClassName
{
background-color: #B119FF;
}
.BgClassName
{
background-color: #B119FF;
}
</style>
border-color css
<style>
span { border-color: #B119FF; }
span { border-color: rgb(177,25,255); }
td.TdClassName
{
border-color: #B119FF;
}
.TagClassName
{
border-color: #B119FF;
}
</style>