Shades of Viola #B4898B
Tints of Viola #B4898B
RGB
CMYK
RGB Variations
Color information
#B4898B (or 0xB4898B) is known color: Viola. HEX triplet: B4, 89 and 8B. RGB value is (180,137,139). Sum of RGB (Red+Green+Blue) = 180+137+139=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 180 - color contains mainly: red. Hex color #B4898B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4898B is #4B7674. Grayscale: #969696. Windows color (decimal): -4945525 or 9144756. OLE color: 9144756.
HSL color Cylindrical-coordinate representation of color #B4898B: hue angle of 357.21º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4898B is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 137 | 139 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.29 |
| HSL | 357.21º | 0.22% | 0.62% | - |
| HSV(B) | 357.21º | 0.24% | 0.71% | - |
| XYZ | 32.43 | 29.46 | 28.4 | - |
| YUV | 150.09 | 121.75 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 137 | 139 | 0 | 0.24 | 0.23 | 0.29 | 357.21 | 0.22 | 0.62 |
| Hex | B4 | 89 | 8B | 0 | 18 | 17 | 1D | 165 | 16 | 3E |
| Octal | 264 | 211 | 213 | 0 | 30 | 27 | 35 | 545 | 26 | 76 |
| Binary | 10110100 | 10001001 | 10001011 | 0 | 11000 | 10111 | 11101 | 101100101 | 10110 | 111110 |
Color Harmonies of #B4898B
Complementary color
Monochromatic Colors of #B4898B
Black with #B4898B
Text Example
Text Example
White with #B4898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4898B; }
p { color: rgb(180,137,139); }
H1.HeaderClassName
{
color: #B4898B;
}
.AnyTagClassName
{
color: #B4898B;
}
</style>
background-color css
<style>
a { background-color: #B4898B; }
a { background-color: rgb(180,137,139); }
div.DivClassName
{
background-color: #B4898B;
}
.BgClassName
{
background-color: #B4898B;
}
</style>
border-color css
<style>
span { border-color: #B4898B; }
span { border-color: rgb(180,137,139); }
td.TdClassName
{
border-color: #B4898B;
}
.TagClassName
{
border-color: #B4898B;
}
</style>