Shades of Viola #B1929B
Tints of Viola #B1929B
RGB
CMYK
RGB Variations
Color information
#B1929B (or 0xB1929B) is known color: Viola. HEX triplet: B1, 92 and 9B. RGB value is (177,146,155). Sum of RGB (Red+Green+Blue) = 177+146+155=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 177 - color contains mainly: red. Hex color #B1929B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1929B is #4E6D64. Grayscale: #9C9C9C. Windows color (decimal): -5139813 or 10195633. OLE color: 10195633.
HSL color Cylindrical-coordinate representation of color #B1929B: hue angle of 342.58º 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 #B1929B is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 146 | 155 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.31 |
| HSL | 342.58º | 0.17% | 0.63% | - |
| HSV(B) | 342.58º | 0.18% | 0.69% | - |
| XYZ | 34.33 | 32.27 | 35.43 | - |
| YUV | 156.3 | 127.27 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 155 | 0 | 0.18 | 0.12 | 0.31 | 342.58 | 0.17 | 0.63 |
| Hex | B1 | 92 | 9B | 0 | 12 | C | 1F | 157 | 11 | 3F |
| Octal | 261 | 222 | 233 | 0 | 22 | 14 | 37 | 527 | 21 | 77 |
| Binary | 10110001 | 10010010 | 10011011 | 0 | 10010 | 1100 | 11111 | 101010111 | 10001 | 111111 |
Color Harmonies of #B1929B
Complementary color
Monochromatic Colors of #B1929B
Black with #B1929B
Text Example
Text Example
White with #B1929B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1929B; }
p { color: rgb(177,146,155); }
H1.HeaderClassName
{
color: #B1929B;
}
.AnyTagClassName
{
color: #B1929B;
}
</style>
background-color css
<style>
a { background-color: #B1929B; }
a { background-color: rgb(177,146,155); }
div.DivClassName
{
background-color: #B1929B;
}
.BgClassName
{
background-color: #B1929B;
}
</style>
border-color css
<style>
span { border-color: #B1929B; }
span { border-color: rgb(177,146,155); }
td.TdClassName
{
border-color: #B1929B;
}
.TagClassName
{
border-color: #B1929B;
}
</style>