Shades of Viola #B1939A
Tints of Viola #B1939A
RGB
CMYK
RGB Variations
Color information
#B1939A (or 0xB1939A) is known color: Viola. HEX triplet: B1, 93 and 9A. RGB value is (177,147,154). Sum of RGB (Red+Green+Blue) = 177+147+154=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 177 - color contains mainly: red. Hex color #B1939A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1939A is #4E6C65. Grayscale: #9C9C9C. Windows color (decimal): -5139558 or 10130353. OLE color: 10130353.
HSL color Cylindrical-coordinate representation of color #B1939A: hue angle of 346º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B1939A is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 147 | 154 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.31 |
| HSL | 346º | 0.16% | 0.64% | - |
| HSV(B) | 346º | 0.17% | 0.69% | - |
| XYZ | 34.4 | 32.55 | 35.04 | - |
| YUV | 156.77 | 126.44 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 147 | 154 | 0 | 0.17 | 0.13 | 0.31 | 346 | 0.16 | 0.64 |
| Hex | B1 | 93 | 9A | 0 | 11 | D | 1F | 15A | 10 | 40 |
| Octal | 261 | 223 | 232 | 0 | 21 | 15 | 37 | 532 | 20 | 100 |
| Binary | 10110001 | 10010011 | 10011010 | 0 | 10001 | 1101 | 11111 | 101011010 | 10000 | 1000000 |
Color Harmonies of #B1939A
Complementary color
Monochromatic Colors of #B1939A
Black with #B1939A
Text Example
Text Example
White with #B1939A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1939A; }
p { color: rgb(177,147,154); }
H1.HeaderClassName
{
color: #B1939A;
}
.AnyTagClassName
{
color: #B1939A;
}
</style>
background-color css
<style>
a { background-color: #B1939A; }
a { background-color: rgb(177,147,154); }
div.DivClassName
{
background-color: #B1939A;
}
.BgClassName
{
background-color: #B1939A;
}
</style>
border-color css
<style>
span { border-color: #B1939A; }
span { border-color: rgb(177,147,154); }
td.TdClassName
{
border-color: #B1939A;
}
.TagClassName
{
border-color: #B1939A;
}
</style>