Shades of Viola #B0939C
Tints of Viola #B0939C
RGB
CMYK
RGB Variations
Color information
#B0939C (or 0xB0939C) is known color: Viola. HEX triplet: B0, 93 and 9C. RGB value is (176,147,156). Sum of RGB (Red+Green+Blue) = 176+147+156=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 176 - color contains mainly: red. Hex color #B0939C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0939C is #4F6C63. Grayscale: #9C9C9C. Windows color (decimal): -5205092 or 10261424. OLE color: 10261424.
HSL color Cylindrical-coordinate representation of color #B0939C: hue angle of 341.38º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0939C is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 147 | 156 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.31 |
| HSL | 341.38º | 0.16% | 0.63% | - |
| HSV(B) | 341.38º | 0.16% | 0.69% | - |
| XYZ | 34.34 | 32.5 | 35.92 | - |
| YUV | 156.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 147 | 156 | 0 | 0.16 | 0.11 | 0.31 | 341.38 | 0.16 | 0.63 |
| Hex | B0 | 93 | 9C | 0 | 10 | B | 1F | 155 | 10 | 3F |
| Octal | 260 | 223 | 234 | 0 | 20 | 13 | 37 | 525 | 20 | 77 |
| Binary | 10110000 | 10010011 | 10011100 | 0 | 10000 | 1011 | 11111 | 101010101 | 10000 | 111111 |
Color Harmonies of #B0939C
Complementary color
Monochromatic Colors of #B0939C
Black with #B0939C
Text Example
Text Example
White with #B0939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0939C; }
p { color: rgb(176,147,156); }
H1.HeaderClassName
{
color: #B0939C;
}
.AnyTagClassName
{
color: #B0939C;
}
</style>
background-color css
<style>
a { background-color: #B0939C; }
a { background-color: rgb(176,147,156); }
div.DivClassName
{
background-color: #B0939C;
}
.BgClassName
{
background-color: #B0939C;
}
</style>
border-color css
<style>
span { border-color: #B0939C; }
span { border-color: rgb(176,147,156); }
td.TdClassName
{
border-color: #B0939C;
}
.TagClassName
{
border-color: #B0939C;
}
</style>