Shades of Viola #B39195
Tints of Viola #B39195
RGB
CMYK
RGB Variations
Color information
#B39195 (or 0xB39195) is known color: Viola. HEX triplet: B3, 91 and 95. RGB value is (179,145,149). Sum of RGB (Red+Green+Blue) = 179+145+149=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 179 - color contains mainly: red. Hex color #B39195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39195 is #4C6E6A. Grayscale: #9B9B9B. Windows color (decimal): -5009003 or 9802163. OLE color: 9802163.
HSL color Cylindrical-coordinate representation of color #B39195: hue angle of 352.94º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B39195 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 145 | 149 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.30 |
| HSL | 352.94º | 0.18% | 0.64% | - |
| HSV(B) | 352.94º | 0.19% | 0.7% | - |
| XYZ | 34.14 | 32 | 32.81 | - |
| YUV | 155.62 | 124.26 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 145 | 149 | 0 | 0.19 | 0.17 | 0.30 | 352.94 | 0.18 | 0.64 |
| Hex | B3 | 91 | 95 | 0 | 13 | 11 | 1E | 161 | 12 | 40 |
| Octal | 263 | 221 | 225 | 0 | 23 | 21 | 36 | 541 | 22 | 100 |
| Binary | 10110011 | 10010001 | 10010101 | 0 | 10011 | 10001 | 11110 | 101100001 | 10010 | 1000000 |
Color Harmonies of #B39195
Complementary color
Monochromatic Colors of #B39195
Black with #B39195
Text Example
Text Example
White with #B39195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39195; }
p { color: rgb(179,145,149); }
H1.HeaderClassName
{
color: #B39195;
}
.AnyTagClassName
{
color: #B39195;
}
</style>
background-color css
<style>
a { background-color: #B39195; }
a { background-color: rgb(179,145,149); }
div.DivClassName
{
background-color: #B39195;
}
.BgClassName
{
background-color: #B39195;
}
</style>
border-color css
<style>
span { border-color: #B39195; }
span { border-color: rgb(179,145,149); }
td.TdClassName
{
border-color: #B39195;
}
.TagClassName
{
border-color: #B39195;
}
</style>