Shades of Viola #B3959D
Tints of Viola #B3959D
RGB
CMYK
RGB Variations
Color information
#B3959D (or 0xB3959D) is known color: Viola. HEX triplet: B3, 95 and 9D. RGB value is (179,149,157). Sum of RGB (Red+Green+Blue) = 179+149+157=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 179 - color contains mainly: red. Hex color #B3959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3959D is #4C6A62. Grayscale: #9E9E9E. Windows color (decimal): -5007971 or 10327475. OLE color: 10327475.
HSL color Cylindrical-coordinate representation of color #B3959D: hue angle of 344º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B3959D is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 149 | 157 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.30 |
| HSL | 344º | 0.16% | 0.64% | - |
| HSV(B) | 344º | 0.17% | 0.7% | - |
| XYZ | 35.42 | 33.51 | 36.5 | - |
| YUV | 158.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 149 | 157 | 0 | 0.17 | 0.12 | 0.30 | 344 | 0.16 | 0.64 |
| Hex | B3 | 95 | 9D | 0 | 11 | C | 1E | 158 | 10 | 40 |
| Octal | 263 | 225 | 235 | 0 | 21 | 14 | 36 | 530 | 20 | 100 |
| Binary | 10110011 | 10010101 | 10011101 | 0 | 10001 | 1100 | 11110 | 101011000 | 10000 | 1000000 |
Color Harmonies of #B3959D
Complementary color
Monochromatic Colors of #B3959D
Black with #B3959D
Text Example
Text Example
White with #B3959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3959D; }
p { color: rgb(179,149,157); }
H1.HeaderClassName
{
color: #B3959D;
}
.AnyTagClassName
{
color: #B3959D;
}
</style>
background-color css
<style>
a { background-color: #B3959D; }
a { background-color: rgb(179,149,157); }
div.DivClassName
{
background-color: #B3959D;
}
.BgClassName
{
background-color: #B3959D;
}
</style>
border-color css
<style>
span { border-color: #B3959D; }
span { border-color: rgb(179,149,157); }
td.TdClassName
{
border-color: #B3959D;
}
.TagClassName
{
border-color: #B3959D;
}
</style>