Shades of Viola #B2959D
Tints of Viola #B2959D
RGB
CMYK
RGB Variations
Color information
#B2959D (or 0xB2959D) is known color: Viola. HEX triplet: B2, 95 and 9D. RGB value is (178,149,157). Sum of RGB (Red+Green+Blue) = 178+149+157=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 157 (61.72% from 255 or 32.44% from 484); Max value from RGB is 178 - color contains mainly: red. Hex color #B2959D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2959D is #4D6A62. Grayscale: #9E9E9E. Windows color (decimal): -5073507 or 10327474. OLE color: 10327474.
HSL color Cylindrical-coordinate representation of color #B2959D: hue angle of 343.45º 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 #B2959D is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 149 | 157 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.30 |
| HSL | 343.45º | 0.16% | 0.64% | - |
| HSV(B) | 343.45º | 0.16% | 0.7% | - |
| XYZ | 35.19 | 33.39 | 36.49 | - |
| YUV | 158.58 | 127.11 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 149 | 157 | 0 | 0.16 | 0.12 | 0.30 | 343.45 | 0.16 | 0.64 |
| Hex | B2 | 95 | 9D | 0 | 10 | C | 1E | 157 | 10 | 40 |
| Octal | 262 | 225 | 235 | 0 | 20 | 14 | 36 | 527 | 20 | 100 |
| Binary | 10110010 | 10010101 | 10011101 | 0 | 10000 | 1100 | 11110 | 101010111 | 10000 | 1000000 |
Color Harmonies of #B2959D
Complementary color
Monochromatic Colors of #B2959D
Black with #B2959D
Text Example
Text Example
White with #B2959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2959D; }
p { color: rgb(178,149,157); }
H1.HeaderClassName
{
color: #B2959D;
}
.AnyTagClassName
{
color: #B2959D;
}
</style>
background-color css
<style>
a { background-color: #B2959D; }
a { background-color: rgb(178,149,157); }
div.DivClassName
{
background-color: #B2959D;
}
.BgClassName
{
background-color: #B2959D;
}
</style>
border-color css
<style>
span { border-color: #B2959D; }
span { border-color: rgb(178,149,157); }
td.TdClassName
{
border-color: #B2959D;
}
.TagClassName
{
border-color: #B2959D;
}
</style>