Shades of Viola #B39194
Tints of Viola #B39194
RGB
CMYK
RGB Variations
Color information
#B39194 (or 0xB39194) is known color: Viola. HEX triplet: B3, 91 and 94. RGB value is (179,145,148). Sum of RGB (Red+Green+Blue) = 179+145+148=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 179 - color contains mainly: red. Hex color #B39194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39194 is #4C6E6B. Grayscale: #9B9B9B. Windows color (decimal): -5009004 or 9736627. OLE color: 9736627.
HSL color Cylindrical-coordinate representation of color #B39194: hue angle of 354.71º 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 #B39194 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 145 | 148 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.30 |
| HSL | 354.71º | 0.18% | 0.64% | - |
| HSV(B) | 354.71º | 0.19% | 0.7% | - |
| XYZ | 34.06 | 31.97 | 32.39 | - |
| YUV | 155.51 | 123.76 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 145 | 148 | 0 | 0.19 | 0.17 | 0.30 | 354.71 | 0.18 | 0.64 |
| Hex | B3 | 91 | 94 | 0 | 13 | 11 | 1E | 163 | 12 | 40 |
| Octal | 263 | 221 | 224 | 0 | 23 | 21 | 36 | 543 | 22 | 100 |
| Binary | 10110011 | 10010001 | 10010100 | 0 | 10011 | 10001 | 11110 | 101100011 | 10010 | 1000000 |
Color Harmonies of #B39194
Complementary color
Monochromatic Colors of #B39194
Black with #B39194
Text Example
Text Example
White with #B39194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39194; }
p { color: rgb(179,145,148); }
H1.HeaderClassName
{
color: #B39194;
}
.AnyTagClassName
{
color: #B39194;
}
</style>
background-color css
<style>
a { background-color: #B39194; }
a { background-color: rgb(179,145,148); }
div.DivClassName
{
background-color: #B39194;
}
.BgClassName
{
background-color: #B39194;
}
</style>
border-color css
<style>
span { border-color: #B39194; }
span { border-color: rgb(179,145,148); }
td.TdClassName
{
border-color: #B39194;
}
.TagClassName
{
border-color: #B39194;
}
</style>