Shades of Viola #B38D8F
Tints of Viola #B38D8F
RGB
CMYK
RGB Variations
Color information
#B38D8F (or 0xB38D8F) is known color: Viola. HEX triplet: B3, 8D and 8F. RGB value is (179,141,143). Sum of RGB (Red+Green+Blue) = 179+141+143=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38D8F is #4C7270. Grayscale: #989898. Windows color (decimal): -5010033 or 9407923. OLE color: 9407923.
HSL color Cylindrical-coordinate representation of color #B38D8F: hue angle of 356.84º 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 #B38D8F is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 141 | 143 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.30 |
| HSL | 356.84º | 0.2% | 0.63% | - |
| HSV(B) | 356.84º | 0.21% | 0.7% | - |
| XYZ | 33.07 | 30.62 | 30.15 | - |
| YUV | 152.59 | 122.59 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 141 | 143 | 0 | 0.21 | 0.20 | 0.30 | 356.84 | 0.2 | 0.63 |
| Hex | B3 | 8D | 8F | 0 | 15 | 14 | 1E | 165 | 14 | 3F |
| Octal | 263 | 215 | 217 | 0 | 25 | 24 | 36 | 545 | 24 | 77 |
| Binary | 10110011 | 10001101 | 10001111 | 0 | 10101 | 10100 | 11110 | 101100101 | 10100 | 111111 |
Color Harmonies of #B38D8F
Complementary color
Monochromatic Colors of #B38D8F
Black with #B38D8F
Text Example
Text Example
White with #B38D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38D8F; }
p { color: rgb(179,141,143); }
H1.HeaderClassName
{
color: #B38D8F;
}
.AnyTagClassName
{
color: #B38D8F;
}
</style>
background-color css
<style>
a { background-color: #B38D8F; }
a { background-color: rgb(179,141,143); }
div.DivClassName
{
background-color: #B38D8F;
}
.BgClassName
{
background-color: #B38D8F;
}
</style>
border-color css
<style>
span { border-color: #B38D8F; }
span { border-color: rgb(179,141,143); }
td.TdClassName
{
border-color: #B38D8F;
}
.TagClassName
{
border-color: #B38D8F;
}
</style>