Shades of Viola #B0969B
Tints of Viola #B0969B
RGB
CMYK
RGB Variations
Color information
#B0969B (or 0xB0969B) is known color: Viola. HEX triplet: B0, 96 and 9B. RGB value is (176,150,155). Sum of RGB (Red+Green+Blue) = 176+150+155=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 176 - color contains mainly: red. Hex color #B0969B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0969B is #4F6964. Grayscale: #9E9E9E. Windows color (decimal): -5204325 or 10196656. OLE color: 10196656.
HSL color Cylindrical-coordinate representation of color #B0969B: hue angle of 348.46º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0969B is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 150 | 155 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.31 |
| HSL | 348.46º | 0.14% | 0.64% | - |
| HSV(B) | 348.46º | 0.15% | 0.69% | - |
| XYZ | 34.73 | 33.41 | 35.63 | - |
| YUV | 158.34 | 126.11 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 150 | 155 | 0 | 0.15 | 0.12 | 0.31 | 348.46 | 0.14 | 0.64 |
| Hex | B0 | 96 | 9B | 0 | F | C | 1F | 15C | E | 40 |
| Octal | 260 | 226 | 233 | 0 | 17 | 14 | 37 | 534 | 16 | 100 |
| Binary | 10110000 | 10010110 | 10011011 | 0 | 1111 | 1100 | 11111 | 101011100 | 1110 | 1000000 |
Color Harmonies of #B0969B
Complementary color
Monochromatic Colors of #B0969B
Black with #B0969B
Text Example
Text Example
White with #B0969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0969B; }
p { color: rgb(176,150,155); }
H1.HeaderClassName
{
color: #B0969B;
}
.AnyTagClassName
{
color: #B0969B;
}
</style>
background-color css
<style>
a { background-color: #B0969B; }
a { background-color: rgb(176,150,155); }
div.DivClassName
{
background-color: #B0969B;
}
.BgClassName
{
background-color: #B0969B;
}
</style>
border-color css
<style>
span { border-color: #B0969B; }
span { border-color: rgb(176,150,155); }
td.TdClassName
{
border-color: #B0969B;
}
.TagClassName
{
border-color: #B0969B;
}
</style>