Shades of Viola #B1959E
Tints of Viola #B1959E
RGB
CMYK
RGB Variations
Color information
#B1959E (or 0xB1959E) is known color: Viola. HEX triplet: B1, 95 and 9E. RGB value is (177,149,158). Sum of RGB (Red+Green+Blue) = 177+149+158=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 158 (62.11% from 255 or 32.64% from 484); Max value from RGB is 177 - color contains mainly: red. Hex color #B1959E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1959E is #4E6A61. Grayscale: #9E9E9E. Windows color (decimal): -5139042 or 10393009. OLE color: 10393009.
HSL color Cylindrical-coordinate representation of color #B1959E: hue angle of 340.71º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B1959E is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 149 | 158 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.31 |
| HSL | 340.71º | 0.15% | 0.64% | - |
| HSV(B) | 340.71º | 0.16% | 0.69% | - |
| XYZ | 35.05 | 33.31 | 36.93 | - |
| YUV | 158.4 | 127.78 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 149 | 158 | 0 | 0.16 | 0.11 | 0.31 | 340.71 | 0.15 | 0.64 |
| Hex | B1 | 95 | 9E | 0 | 10 | B | 1F | 155 | F | 40 |
| Octal | 261 | 225 | 236 | 0 | 20 | 13 | 37 | 525 | 17 | 100 |
| Binary | 10110001 | 10010101 | 10011110 | 0 | 10000 | 1011 | 11111 | 101010101 | 1111 | 1000000 |
Color Harmonies of #B1959E
Complementary color
Monochromatic Colors of #B1959E
Black with #B1959E
Text Example
Text Example
White with #B1959E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1959E; }
p { color: rgb(177,149,158); }
H1.HeaderClassName
{
color: #B1959E;
}
.AnyTagClassName
{
color: #B1959E;
}
</style>
background-color css
<style>
a { background-color: #B1959E; }
a { background-color: rgb(177,149,158); }
div.DivClassName
{
background-color: #B1959E;
}
.BgClassName
{
background-color: #B1959E;
}
</style>
border-color css
<style>
span { border-color: #B1959E; }
span { border-color: rgb(177,149,158); }
td.TdClassName
{
border-color: #B1959E;
}
.TagClassName
{
border-color: #B1959E;
}
</style>