Shades of Viola #B0969C
Tints of Viola #B0969C
RGB
CMYK
RGB Variations
Color information
#B0969C (or 0xB0969C) is known color: Viola. HEX triplet: B0, 96 and 9C. RGB value is (176,150,156). Sum of RGB (Red+Green+Blue) = 176+150+156=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 176 - color contains mainly: red. Hex color #B0969C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0969C is #4F6963. Grayscale: #9E9E9E. Windows color (decimal): -5204324 or 10262192. OLE color: 10262192.
HSL color Cylindrical-coordinate representation of color #B0969C: hue angle of 346.15º 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 #B0969C is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 150 | 156 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.31 |
| HSL | 346.15º | 0.14% | 0.64% | - |
| HSV(B) | 346.15º | 0.15% | 0.69% | - |
| XYZ | 34.81 | 33.44 | 36.07 | - |
| YUV | 158.46 | 126.61 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 150 | 156 | 0 | 0.15 | 0.11 | 0.31 | 346.15 | 0.14 | 0.64 |
| Hex | B0 | 96 | 9C | 0 | F | B | 1F | 15A | E | 40 |
| Octal | 260 | 226 | 234 | 0 | 17 | 13 | 37 | 532 | 16 | 100 |
| Binary | 10110000 | 10010110 | 10011100 | 0 | 1111 | 1011 | 11111 | 101011010 | 1110 | 1000000 |
Color Harmonies of #B0969C
Complementary color
Monochromatic Colors of #B0969C
Black with #B0969C
Text Example
Text Example
White with #B0969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0969C; }
p { color: rgb(176,150,156); }
H1.HeaderClassName
{
color: #B0969C;
}
.AnyTagClassName
{
color: #B0969C;
}
</style>
background-color css
<style>
a { background-color: #B0969C; }
a { background-color: rgb(176,150,156); }
div.DivClassName
{
background-color: #B0969C;
}
.BgClassName
{
background-color: #B0969C;
}
</style>
border-color css
<style>
span { border-color: #B0969C; }
span { border-color: rgb(176,150,156); }
td.TdClassName
{
border-color: #B0969C;
}
.TagClassName
{
border-color: #B0969C;
}
</style>