Shades of Viola #B2959B
Tints of Viola #B2959B
RGB
CMYK
RGB Variations
Color information
#B2959B (or 0xB2959B) is known color: Viola. HEX triplet: B2, 95 and 9B. RGB value is (178,149,155). Sum of RGB (Red+Green+Blue) = 178+149+155=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 178 - color contains mainly: red. Hex color #B2959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2959B is #4D6A64. Grayscale: #9E9E9E. Windows color (decimal): -5073509 or 10196402. OLE color: 10196402.
HSL color Cylindrical-coordinate representation of color #B2959B: hue angle of 347.59º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2959B is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 149 | 155 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.30 |
| HSL | 347.59º | 0.16% | 0.64% | - |
| HSV(B) | 347.59º | 0.16% | 0.7% | - |
| XYZ | 35.02 | 33.33 | 35.6 | - |
| YUV | 158.36 | 126.11 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 149 | 155 | 0 | 0.16 | 0.13 | 0.30 | 347.59 | 0.16 | 0.64 |
| Hex | B2 | 95 | 9B | 0 | 10 | D | 1E | 15C | 10 | 40 |
| Octal | 262 | 225 | 233 | 0 | 20 | 15 | 36 | 534 | 20 | 100 |
| Binary | 10110010 | 10010101 | 10011011 | 0 | 10000 | 1101 | 11110 | 101011100 | 10000 | 1000000 |
Color Harmonies of #B2959B
Complementary color
Monochromatic Colors of #B2959B
Black with #B2959B
Text Example
Text Example
White with #B2959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2959B; }
p { color: rgb(178,149,155); }
H1.HeaderClassName
{
color: #B2959B;
}
.AnyTagClassName
{
color: #B2959B;
}
</style>
background-color css
<style>
a { background-color: #B2959B; }
a { background-color: rgb(178,149,155); }
div.DivClassName
{
background-color: #B2959B;
}
.BgClassName
{
background-color: #B2959B;
}
</style>
border-color css
<style>
span { border-color: #B2959B; }
span { border-color: rgb(178,149,155); }
td.TdClassName
{
border-color: #B2959B;
}
.TagClassName
{
border-color: #B2959B;
}
</style>