Shades of Viola #B48B8D
Tints of Viola #B48B8D
RGB
CMYK
RGB Variations
Color information
#B48B8D (or 0xB48B8D) is known color: Viola. HEX triplet: B4, 8B and 8D. RGB value is (180,139,141). Sum of RGB (Red+Green+Blue) = 180+139+141=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 139 (54.69% from 255 or 30.22% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48B8D is #4B7472. Grayscale: #979797. Windows color (decimal): -4945011 or 9276340. OLE color: 9276340.
HSL color Cylindrical-coordinate representation of color #B48B8D: hue angle of 357.07º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B48B8D is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 139 | 141 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.29 |
| HSL | 357.07º | 0.21% | 0.63% | - |
| HSV(B) | 357.07º | 0.23% | 0.71% | - |
| XYZ | 32.86 | 30.09 | 29.28 | - |
| YUV | 151.49 | 122.08 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 139 | 141 | 0 | 0.23 | 0.22 | 0.29 | 357.07 | 0.21 | 0.63 |
| Hex | B4 | 8B | 8D | 0 | 17 | 16 | 1D | 165 | 15 | 3F |
| Octal | 264 | 213 | 215 | 0 | 27 | 26 | 35 | 545 | 25 | 77 |
| Binary | 10110100 | 10001011 | 10001101 | 0 | 10111 | 10110 | 11101 | 101100101 | 10101 | 111111 |
Color Harmonies of #B48B8D
Complementary color
Monochromatic Colors of #B48B8D
Black with #B48B8D
Text Example
Text Example
White with #B48B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48B8D; }
p { color: rgb(180,139,141); }
H1.HeaderClassName
{
color: #B48B8D;
}
.AnyTagClassName
{
color: #B48B8D;
}
</style>
background-color css
<style>
a { background-color: #B48B8D; }
a { background-color: rgb(180,139,141); }
div.DivClassName
{
background-color: #B48B8D;
}
.BgClassName
{
background-color: #B48B8D;
}
</style>
border-color css
<style>
span { border-color: #B48B8D; }
span { border-color: rgb(180,139,141); }
td.TdClassName
{
border-color: #B48B8D;
}
.TagClassName
{
border-color: #B48B8D;
}
</style>