Shades of Viola #B1929C
Tints of Viola #B1929C
RGB
CMYK
RGB Variations
Color information
#B1929C (or 0xB1929C) is known color: Viola. HEX triplet: B1, 92 and 9C. RGB value is (177,146,156). Sum of RGB (Red+Green+Blue) = 177+146+156=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 177 - color contains mainly: red. Hex color #B1929C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1929C is #4E6D63. Grayscale: #9C9C9C. Windows color (decimal): -5139812 or 10261169. OLE color: 10261169.
HSL color Cylindrical-coordinate representation of color #B1929C: hue angle of 340.65º 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 #B1929C is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 146 | 156 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.31 |
| HSL | 340.65º | 0.17% | 0.63% | - |
| HSV(B) | 340.65º | 0.18% | 0.69% | - |
| XYZ | 34.41 | 32.31 | 35.87 | - |
| YUV | 156.41 | 127.77 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 156 | 0 | 0.18 | 0.12 | 0.31 | 340.65 | 0.17 | 0.63 |
| Hex | B1 | 92 | 9C | 0 | 12 | C | 1F | 155 | 11 | 3F |
| Octal | 261 | 222 | 234 | 0 | 22 | 14 | 37 | 525 | 21 | 77 |
| Binary | 10110001 | 10010010 | 10011100 | 0 | 10010 | 1100 | 11111 | 101010101 | 10001 | 111111 |
Color Harmonies of #B1929C
Complementary color
Monochromatic Colors of #B1929C
Black with #B1929C
Text Example
Text Example
White with #B1929C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1929C; }
p { color: rgb(177,146,156); }
H1.HeaderClassName
{
color: #B1929C;
}
.AnyTagClassName
{
color: #B1929C;
}
</style>
background-color css
<style>
a { background-color: #B1929C; }
a { background-color: rgb(177,146,156); }
div.DivClassName
{
background-color: #B1929C;
}
.BgClassName
{
background-color: #B1929C;
}
</style>
border-color css
<style>
span { border-color: #B1929C; }
span { border-color: rgb(177,146,156); }
td.TdClassName
{
border-color: #B1929C;
}
.TagClassName
{
border-color: #B1929C;
}
</style>