Shades of Viola #B4989D
Tints of Viola #B4989D
RGB
CMYK
RGB Variations
Color information
#B4989D (or 0xB4989D) is known color: Viola. HEX triplet: B4, 98 and 9D. RGB value is (180,152,157). Sum of RGB (Red+Green+Blue) = 180+152+157=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 157 (61.72% from 255 or 32.11% from 489); Max value from RGB is 180 - color contains mainly: red. Hex color #B4989D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4989D is #4B6762. Grayscale: #A0A0A0. Windows color (decimal): -4941667 or 10328244. OLE color: 10328244.
HSL color Cylindrical-coordinate representation of color #B4989D: hue angle of 349.29º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B4989D is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 152 | 157 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.29 |
| HSL | 349.29º | 0.16% | 0.65% | - |
| HSV(B) | 349.29º | 0.16% | 0.71% | - |
| XYZ | 36.14 | 34.59 | 36.67 | - |
| YUV | 160.94 | 125.78 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 152 | 157 | 0 | 0.16 | 0.13 | 0.29 | 349.29 | 0.16 | 0.65 |
| Hex | B4 | 98 | 9D | 0 | 10 | D | 1D | 15D | 10 | 41 |
| Octal | 264 | 230 | 235 | 0 | 20 | 15 | 35 | 535 | 20 | 101 |
| Binary | 10110100 | 10011000 | 10011101 | 0 | 10000 | 1101 | 11101 | 101011101 | 10000 | 1000001 |
Color Harmonies of #B4989D
Complementary color
Monochromatic Colors of #B4989D
Black with #B4989D
Text Example
Text Example
White with #B4989D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4989D; }
p { color: rgb(180,152,157); }
H1.HeaderClassName
{
color: #B4989D;
}
.AnyTagClassName
{
color: #B4989D;
}
</style>
background-color css
<style>
a { background-color: #B4989D; }
a { background-color: rgb(180,152,157); }
div.DivClassName
{
background-color: #B4989D;
}
.BgClassName
{
background-color: #B4989D;
}
</style>
border-color css
<style>
span { border-color: #B4989D; }
span { border-color: rgb(180,152,157); }
td.TdClassName
{
border-color: #B4989D;
}
.TagClassName
{
border-color: #B4989D;
}
</style>