Shades of Viola #B48D96
Tints of Viola #B48D96
RGB
CMYK
RGB Variations
Color information
#B48D96 (or 0xB48D96) is known color: Viola. HEX triplet: B4, 8D and 96. RGB value is (180,141,150). Sum of RGB (Red+Green+Blue) = 180+141+150=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48D96 is #4B7269. Grayscale: #999999. Windows color (decimal): -4944490 or 9866676. OLE color: 9866676.
HSL color Cylindrical-coordinate representation of color #B48D96: hue angle of 346.15º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B48D96 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 141 | 150 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.29 |
| HSL | 346.15º | 0.21% | 0.63% | - |
| HSV(B) | 346.15º | 0.22% | 0.71% | - |
| XYZ | 33.85 | 30.96 | 33.04 | - |
| YUV | 153.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 141 | 150 | 0 | 0.22 | 0.17 | 0.29 | 346.15 | 0.21 | 0.63 |
| Hex | B4 | 8D | 96 | 0 | 16 | 11 | 1D | 15A | 15 | 3F |
| Octal | 264 | 215 | 226 | 0 | 26 | 21 | 35 | 532 | 25 | 77 |
| Binary | 10110100 | 10001101 | 10010110 | 0 | 10110 | 10001 | 11101 | 101011010 | 10101 | 111111 |
Color Harmonies of #B48D96
Complementary color
Monochromatic Colors of #B48D96
Black with #B48D96
Text Example
Text Example
White with #B48D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48D96; }
p { color: rgb(180,141,150); }
H1.HeaderClassName
{
color: #B48D96;
}
.AnyTagClassName
{
color: #B48D96;
}
</style>
background-color css
<style>
a { background-color: #B48D96; }
a { background-color: rgb(180,141,150); }
div.DivClassName
{
background-color: #B48D96;
}
.BgClassName
{
background-color: #B48D96;
}
</style>
border-color css
<style>
span { border-color: #B48D96; }
span { border-color: rgb(180,141,150); }
td.TdClassName
{
border-color: #B48D96;
}
.TagClassName
{
border-color: #B48D96;
}
</style>