Shades of Viola #B5899C
Tints of Viola #B5899C
RGB
CMYK
RGB Variations
Color information
#B5899C (or 0xB5899C) is known color: Viola. HEX triplet: B5, 89 and 9C. RGB value is (181,137,156). Sum of RGB (Red+Green+Blue) = 181+137+156=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 181 - color contains mainly: red. Hex color #B5899C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5899C is #4A7663. Grayscale: #989898. Windows color (decimal): -4879972 or 10258869. OLE color: 10258869.
HSL color Cylindrical-coordinate representation of color #B5899C: hue angle of 334.09º degrees, saturation: 0.23, 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 #B5899C is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 137 | 156 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.29 |
| HSL | 334.09º | 0.23% | 0.62% | - |
| HSV(B) | 334.09º | 0.24% | 0.71% | - |
| XYZ | 34 | 30.12 | 35.47 | - |
| YUV | 152.32 | 130.08 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 137 | 156 | 0 | 0.24 | 0.14 | 0.29 | 334.09 | 0.23 | 0.62 |
| Hex | B5 | 89 | 9C | 0 | 18 | E | 1D | 14E | 17 | 3E |
| Octal | 265 | 211 | 234 | 0 | 30 | 16 | 35 | 516 | 27 | 76 |
| Binary | 10110101 | 10001001 | 10011100 | 0 | 11000 | 1110 | 11101 | 101001110 | 10111 | 111110 |
Color Harmonies of #B5899C
Complementary color
Monochromatic Colors of #B5899C
Black with #B5899C
Text Example
Text Example
White with #B5899C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5899C; }
p { color: rgb(181,137,156); }
H1.HeaderClassName
{
color: #B5899C;
}
.AnyTagClassName
{
color: #B5899C;
}
</style>
background-color css
<style>
a { background-color: #B5899C; }
a { background-color: rgb(181,137,156); }
div.DivClassName
{
background-color: #B5899C;
}
.BgClassName
{
background-color: #B5899C;
}
</style>
border-color css
<style>
span { border-color: #B5899C; }
span { border-color: rgb(181,137,156); }
td.TdClassName
{
border-color: #B5899C;
}
.TagClassName
{
border-color: #B5899C;
}
</style>