Shades of Viola #B0929C
Tints of Viola #B0929C
RGB
CMYK
RGB Variations
Color information
#B0929C (or 0xB0929C) is known color: Viola. HEX triplet: B0, 92 and 9C. RGB value is (176,146,156). Sum of RGB (Red+Green+Blue) = 176+146+156=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 176 - color contains mainly: red. Hex color #B0929C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0929C is #4F6D63. Grayscale: #9C9C9C. Windows color (decimal): -5205348 or 10261168. OLE color: 10261168.
HSL color Cylindrical-coordinate representation of color #B0929C: hue angle of 340º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0929C is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 146 | 156 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.31 |
| HSL | 340º | 0.16% | 0.63% | - |
| HSV(B) | 340º | 0.17% | 0.69% | - |
| XYZ | 34.18 | 32.19 | 35.86 | - |
| YUV | 156.11 | 127.94 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 146 | 156 | 0 | 0.17 | 0.11 | 0.31 | 340 | 0.16 | 0.63 |
| Hex | B0 | 92 | 9C | 0 | 11 | B | 1F | 154 | 10 | 3F |
| Octal | 260 | 222 | 234 | 0 | 21 | 13 | 37 | 524 | 20 | 77 |
| Binary | 10110000 | 10010010 | 10011100 | 0 | 10001 | 1011 | 11111 | 101010100 | 10000 | 111111 |
Color Harmonies of #B0929C
Complementary color
Monochromatic Colors of #B0929C
Black with #B0929C
Text Example
Text Example
White with #B0929C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0929C; }
p { color: rgb(176,146,156); }
H1.HeaderClassName
{
color: #B0929C;
}
.AnyTagClassName
{
color: #B0929C;
}
</style>
background-color css
<style>
a { background-color: #B0929C; }
a { background-color: rgb(176,146,156); }
div.DivClassName
{
background-color: #B0929C;
}
.BgClassName
{
background-color: #B0929C;
}
</style>
border-color css
<style>
span { border-color: #B0929C; }
span { border-color: rgb(176,146,156); }
td.TdClassName
{
border-color: #B0929C;
}
.TagClassName
{
border-color: #B0929C;
}
</style>