Shades of Viola #B38895
Tints of Viola #B38895
RGB
CMYK
RGB Variations
Color information
#B38895 (or 0xB38895) is known color: Viola. HEX triplet: B3, 88 and 95. RGB value is (179,136,149). Sum of RGB (Red+Green+Blue) = 179+136+149=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 179 - color contains mainly: red. Hex color #B38895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38895 is #4C776A. Grayscale: #969696. Windows color (decimal): -5011307 or 9799859. OLE color: 9799859.
HSL color Cylindrical-coordinate representation of color #B38895: hue angle of 341.86º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B38895 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 136 | 149 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.30 |
| HSL | 341.86º | 0.22% | 0.62% | - |
| HSV(B) | 341.86º | 0.24% | 0.7% | - |
| XYZ | 32.82 | 29.36 | 32.37 | - |
| YUV | 150.34 | 127.25 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 149 | 0 | 0.24 | 0.17 | 0.30 | 341.86 | 0.22 | 0.62 |
| Hex | B3 | 88 | 95 | 0 | 18 | 11 | 1E | 156 | 16 | 3E |
| Octal | 263 | 210 | 225 | 0 | 30 | 21 | 36 | 526 | 26 | 76 |
| Binary | 10110011 | 10001000 | 10010101 | 0 | 11000 | 10001 | 11110 | 101010110 | 10110 | 111110 |
Color Harmonies of #B38895
Complementary color
Monochromatic Colors of #B38895
Black with #B38895
Text Example
Text Example
White with #B38895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38895; }
p { color: rgb(179,136,149); }
H1.HeaderClassName
{
color: #B38895;
}
.AnyTagClassName
{
color: #B38895;
}
</style>
background-color css
<style>
a { background-color: #B38895; }
a { background-color: rgb(179,136,149); }
div.DivClassName
{
background-color: #B38895;
}
.BgClassName
{
background-color: #B38895;
}
</style>
border-color css
<style>
span { border-color: #B38895; }
span { border-color: rgb(179,136,149); }
td.TdClassName
{
border-color: #B38895;
}
.TagClassName
{
border-color: #B38895;
}
</style>