Shades of Viola #B5898A
Tints of Viola #B5898A
RGB
CMYK
RGB Variations
Color information
#B5898A (or 0xB5898A) is known color: Viola. HEX triplet: B5, 89 and 8A. RGB value is (181,137,138). Sum of RGB (Red+Green+Blue) = 181+137+138=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 181 - color contains mainly: red. Hex color #B5898A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5898A is #4A7675. Grayscale: #969696. Windows color (decimal): -4879990 or 9079221. OLE color: 9079221.
HSL color Cylindrical-coordinate representation of color #B5898A: hue angle of 358.64º 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 #B5898A is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 137 | 138 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.29 |
| HSL | 358.64º | 0.23% | 0.62% | - |
| HSV(B) | 358.64º | 0.24% | 0.71% | - |
| XYZ | 32.59 | 29.55 | 28.03 | - |
| YUV | 150.27 | 121.08 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 137 | 138 | 0 | 0.24 | 0.24 | 0.29 | 358.64 | 0.23 | 0.62 |
| Hex | B5 | 89 | 8A | 0 | 18 | 18 | 1D | 167 | 17 | 3E |
| Octal | 265 | 211 | 212 | 0 | 30 | 30 | 35 | 547 | 27 | 76 |
| Binary | 10110101 | 10001001 | 10001010 | 0 | 11000 | 11000 | 11101 | 101100111 | 10111 | 111110 |
Color Harmonies of #B5898A
Complementary color
Monochromatic Colors of #B5898A
Black with #B5898A
Text Example
Text Example
White with #B5898A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5898A; }
p { color: rgb(181,137,138); }
H1.HeaderClassName
{
color: #B5898A;
}
.AnyTagClassName
{
color: #B5898A;
}
</style>
background-color css
<style>
a { background-color: #B5898A; }
a { background-color: rgb(181,137,138); }
div.DivClassName
{
background-color: #B5898A;
}
.BgClassName
{
background-color: #B5898A;
}
</style>
border-color css
<style>
span { border-color: #B5898A; }
span { border-color: rgb(181,137,138); }
td.TdClassName
{
border-color: #B5898A;
}
.TagClassName
{
border-color: #B5898A;
}
</style>