Shades of Viola #B48A91
Tints of Viola #B48A91
RGB
CMYK
RGB Variations
Color information
#B48A91 (or 0xB48A91) is known color: Viola. HEX triplet: B4, 8A and 91. RGB value is (180,138,145). Sum of RGB (Red+Green+Blue) = 180+138+145=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 145 (57.03% from 255 or 31.32% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48A91 is #4B756E. Grayscale: #979797. Windows color (decimal): -4945263 or 9538228. OLE color: 9538228.
HSL color Cylindrical-coordinate representation of color #B48A91: hue angle of 350º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B48A91 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 138 | 145 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.29 |
| HSL | 350º | 0.22% | 0.62% | - |
| HSV(B) | 350º | 0.23% | 0.71% | - |
| XYZ | 33.02 | 29.92 | 30.82 | - |
| YUV | 151.36 | 124.41 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 138 | 145 | 0 | 0.23 | 0.19 | 0.29 | 350 | 0.22 | 0.62 |
| Hex | B4 | 8A | 91 | 0 | 17 | 13 | 1D | 15E | 16 | 3E |
| Octal | 264 | 212 | 221 | 0 | 27 | 23 | 35 | 536 | 26 | 76 |
| Binary | 10110100 | 10001010 | 10010001 | 0 | 10111 | 10011 | 11101 | 101011110 | 10110 | 111110 |
Color Harmonies of #B48A91
Complementary color
Monochromatic Colors of #B48A91
Black with #B48A91
Text Example
Text Example
White with #B48A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48A91; }
p { color: rgb(180,138,145); }
H1.HeaderClassName
{
color: #B48A91;
}
.AnyTagClassName
{
color: #B48A91;
}
</style>
background-color css
<style>
a { background-color: #B48A91; }
a { background-color: rgb(180,138,145); }
div.DivClassName
{
background-color: #B48A91;
}
.BgClassName
{
background-color: #B48A91;
}
</style>
border-color css
<style>
span { border-color: #B48A91; }
span { border-color: rgb(180,138,145); }
td.TdClassName
{
border-color: #B48A91;
}
.TagClassName
{
border-color: #B48A91;
}
</style>