Shades of Viola #B38D95
Tints of Viola #B38D95
RGB
CMYK
RGB Variations
Color information
#B38D95 (or 0xB38D95) is known color: Viola. HEX triplet: B3, 8D and 95. RGB value is (179,141,149). Sum of RGB (Red+Green+Blue) = 179+141+149=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38D95 is #4C726A. Grayscale: #999999. Windows color (decimal): -5010027 or 9801139. OLE color: 9801139.
HSL color Cylindrical-coordinate representation of color #B38D95: hue angle of 347.37º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B38D95 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 141 | 149 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.30 |
| HSL | 347.37º | 0.2% | 0.63% | - |
| HSV(B) | 347.37º | 0.21% | 0.7% | - |
| XYZ | 33.54 | 30.8 | 32.61 | - |
| YUV | 153.27 | 125.59 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 141 | 149 | 0 | 0.21 | 0.17 | 0.30 | 347.37 | 0.2 | 0.63 |
| Hex | B3 | 8D | 95 | 0 | 15 | 11 | 1E | 15B | 14 | 3F |
| Octal | 263 | 215 | 225 | 0 | 25 | 21 | 36 | 533 | 24 | 77 |
| Binary | 10110011 | 10001101 | 10010101 | 0 | 10101 | 10001 | 11110 | 101011011 | 10100 | 111111 |
Color Harmonies of #B38D95
Complementary color
Monochromatic Colors of #B38D95
Black with #B38D95
Text Example
Text Example
White with #B38D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38D95; }
p { color: rgb(179,141,149); }
H1.HeaderClassName
{
color: #B38D95;
}
.AnyTagClassName
{
color: #B38D95;
}
</style>
background-color css
<style>
a { background-color: #B38D95; }
a { background-color: rgb(179,141,149); }
div.DivClassName
{
background-color: #B38D95;
}
.BgClassName
{
background-color: #B38D95;
}
</style>
border-color css
<style>
span { border-color: #B38D95; }
span { border-color: rgb(179,141,149); }
td.TdClassName
{
border-color: #B38D95;
}
.TagClassName
{
border-color: #B38D95;
}
</style>