Shades of Viola #B38695
Tints of Viola #B38695
RGB
CMYK
RGB Variations
Color information
#B38695 (or 0xB38695) is known color: Viola. HEX triplet: B3, 86 and 95. RGB value is (179,134,149). Sum of RGB (Red+Green+Blue) = 179+134+149=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 134 (52.73% from 255 or 29.00% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 179 - color contains mainly: red. Hex color #B38695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38695 is #4C796A. Grayscale: #959595. Windows color (decimal): -5011819 or 9799347. OLE color: 9799347.
HSL color Cylindrical-coordinate representation of color #B38695: hue angle of 340º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B38695 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 134 | 149 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.30 |
| HSL | 340º | 0.23% | 0.61% | - |
| HSV(B) | 340º | 0.25% | 0.7% | - |
| XYZ | 32.54 | 28.8 | 32.28 | - |
| YUV | 149.17 | 127.91 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 134 | 149 | 0 | 0.25 | 0.17 | 0.30 | 340 | 0.23 | 0.61 |
| Hex | B3 | 86 | 95 | 0 | 19 | 11 | 1E | 154 | 17 | 3D |
| Octal | 263 | 206 | 225 | 0 | 31 | 21 | 36 | 524 | 27 | 75 |
| Binary | 10110011 | 10000110 | 10010101 | 0 | 11001 | 10001 | 11110 | 101010100 | 10111 | 111101 |
Color Harmonies of #B38695
Complementary color
Monochromatic Colors of #B38695
Black with #B38695
Text Example
Text Example
White with #B38695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38695; }
p { color: rgb(179,134,149); }
H1.HeaderClassName
{
color: #B38695;
}
.AnyTagClassName
{
color: #B38695;
}
</style>
background-color css
<style>
a { background-color: #B38695; }
a { background-color: rgb(179,134,149); }
div.DivClassName
{
background-color: #B38695;
}
.BgClassName
{
background-color: #B38695;
}
</style>
border-color css
<style>
span { border-color: #B38695; }
span { border-color: rgb(179,134,149); }
td.TdClassName
{
border-color: #B38695;
}
.TagClassName
{
border-color: #B38695;
}
</style>