Shades of Viola #B48697
Tints of Viola #B48697
RGB
CMYK
RGB Variations
Color information
#B48697 (or 0xB48697) is known color: Viola. HEX triplet: B4, 86 and 97. RGB value is (180,134,151). Sum of RGB (Red+Green+Blue) = 180+134+151=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B48697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48697 is #4B7968. Grayscale: #959595. Windows color (decimal): -4946281 or 9930420. OLE color: 9930420.
HSL color Cylindrical-coordinate representation of color #B48697: hue angle of 337.83º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B48697 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 134 | 151 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.29 |
| HSL | 337.83º | 0.23% | 0.62% | - |
| HSV(B) | 337.83º | 0.26% | 0.71% | - |
| XYZ | 32.93 | 28.99 | 33.14 | - |
| YUV | 149.69 | 128.74 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 134 | 151 | 0 | 0.26 | 0.16 | 0.29 | 337.83 | 0.23 | 0.62 |
| Hex | B4 | 86 | 97 | 0 | 1A | 10 | 1D | 152 | 17 | 3E |
| Octal | 264 | 206 | 227 | 0 | 32 | 20 | 35 | 522 | 27 | 76 |
| Binary | 10110100 | 10000110 | 10010111 | 0 | 11010 | 10000 | 11101 | 101010010 | 10111 | 111110 |
Color Harmonies of #B48697
Complementary color
Monochromatic Colors of #B48697
Black with #B48697
Text Example
Text Example
White with #B48697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48697; }
p { color: rgb(180,134,151); }
H1.HeaderClassName
{
color: #B48697;
}
.AnyTagClassName
{
color: #B48697;
}
</style>
background-color css
<style>
a { background-color: #B48697; }
a { background-color: rgb(180,134,151); }
div.DivClassName
{
background-color: #B48697;
}
.BgClassName
{
background-color: #B48697;
}
</style>
border-color css
<style>
span { border-color: #B48697; }
span { border-color: rgb(180,134,151); }
td.TdClassName
{
border-color: #B48697;
}
.TagClassName
{
border-color: #B48697;
}
</style>