Shades of Viola #B4899A
Tints of Viola #B4899A
RGB
CMYK
RGB Variations
Color information
#B4899A (or 0xB4899A) is known color: Viola. HEX triplet: B4, 89 and 9A. RGB value is (180,137,154). Sum of RGB (Red+Green+Blue) = 180+137+154=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 180 - color contains mainly: red. Hex color #B4899A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4899A is #4B7665. Grayscale: #979797. Windows color (decimal): -4945510 or 10127796. OLE color: 10127796.
HSL color Cylindrical-coordinate representation of color #B4899A: hue angle of 336.28º 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 #B4899A is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 137 | 154 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.29 |
| HSL | 336.28º | 0.22% | 0.62% | - |
| HSV(B) | 336.28º | 0.24% | 0.71% | - |
| XYZ | 33.6 | 29.93 | 34.58 | - |
| YUV | 151.8 | 129.25 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 137 | 154 | 0 | 0.24 | 0.14 | 0.29 | 336.28 | 0.22 | 0.62 |
| Hex | B4 | 89 | 9A | 0 | 18 | E | 1D | 150 | 16 | 3E |
| Octal | 264 | 211 | 232 | 0 | 30 | 16 | 35 | 520 | 26 | 76 |
| Binary | 10110100 | 10001001 | 10011010 | 0 | 11000 | 1110 | 11101 | 101010000 | 10110 | 111110 |
Color Harmonies of #B4899A
Complementary color
Monochromatic Colors of #B4899A
Black with #B4899A
Text Example
Text Example
White with #B4899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4899A; }
p { color: rgb(180,137,154); }
H1.HeaderClassName
{
color: #B4899A;
}
.AnyTagClassName
{
color: #B4899A;
}
</style>
background-color css
<style>
a { background-color: #B4899A; }
a { background-color: rgb(180,137,154); }
div.DivClassName
{
background-color: #B4899A;
}
.BgClassName
{
background-color: #B4899A;
}
</style>
border-color css
<style>
span { border-color: #B4899A; }
span { border-color: rgb(180,137,154); }
td.TdClassName
{
border-color: #B4899A;
}
.TagClassName
{
border-color: #B4899A;
}
</style>