Shades of Viola #B1929A
Tints of Viola #B1929A
RGB
CMYK
RGB Variations
Color information
#B1929A (or 0xB1929A) is known color: Viola. HEX triplet: B1, 92 and 9A. RGB value is (177,146,154). Sum of RGB (Red+Green+Blue) = 177+146+154=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 177 - color contains mainly: red. Hex color #B1929A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1929A is #4E6D65. Grayscale: #9C9C9C. Windows color (decimal): -5139814 or 10130097. OLE color: 10130097.
HSL color Cylindrical-coordinate representation of color #B1929A: hue angle of 344.52º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B1929A is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 146 | 154 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.31 |
| HSL | 344.52º | 0.17% | 0.63% | - |
| HSV(B) | 344.52º | 0.18% | 0.69% | - |
| XYZ | 34.24 | 32.24 | 34.99 | - |
| YUV | 156.18 | 126.77 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 154 | 0 | 0.18 | 0.13 | 0.31 | 344.52 | 0.17 | 0.63 |
| Hex | B1 | 92 | 9A | 0 | 12 | D | 1F | 159 | 11 | 3F |
| Octal | 261 | 222 | 232 | 0 | 22 | 15 | 37 | 531 | 21 | 77 |
| Binary | 10110001 | 10010010 | 10011010 | 0 | 10010 | 1101 | 11111 | 101011001 | 10001 | 111111 |
Color Harmonies of #B1929A
Complementary color
Monochromatic Colors of #B1929A
Black with #B1929A
Text Example
Text Example
White with #B1929A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1929A; }
p { color: rgb(177,146,154); }
H1.HeaderClassName
{
color: #B1929A;
}
.AnyTagClassName
{
color: #B1929A;
}
</style>
background-color css
<style>
a { background-color: #B1929A; }
a { background-color: rgb(177,146,154); }
div.DivClassName
{
background-color: #B1929A;
}
.BgClassName
{
background-color: #B1929A;
}
</style>
border-color css
<style>
span { border-color: #B1929A; }
span { border-color: rgb(177,146,154); }
td.TdClassName
{
border-color: #B1929A;
}
.TagClassName
{
border-color: #B1929A;
}
</style>