Shades of Viola #B8898D
Tints of Viola #B8898D
RGB
CMYK
RGB Variations
Color information
#B8898D (or 0xB8898D) is known color: Viola. HEX triplet: B8, 89 and 8D. RGB value is (184,137,141). Sum of RGB (Red+Green+Blue) = 184+137+141=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 184 - color contains mainly: red. Hex color #B8898D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8898D is #477672. Grayscale: #979797. Windows color (decimal): -4683379 or 9275832. OLE color: 9275832.
HSL color Cylindrical-coordinate representation of color #B8898D: hue angle of 354.89º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8898D is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 137 | 141 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.28 |
| HSL | 354.89º | 0.25% | 0.63% | - |
| HSV(B) | 354.89º | 0.26% | 0.72% | - |
| XYZ | 33.52 | 30 | 29.22 | - |
| YUV | 151.51 | 122.07 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 137 | 141 | 0 | 0.26 | 0.23 | 0.28 | 354.89 | 0.25 | 0.63 |
| Hex | B8 | 89 | 8D | 0 | 1A | 17 | 1C | 163 | 19 | 3F |
| Octal | 270 | 211 | 215 | 0 | 32 | 27 | 34 | 543 | 31 | 77 |
| Binary | 10111000 | 10001001 | 10001101 | 0 | 11010 | 10111 | 11100 | 101100011 | 11001 | 111111 |
Color Harmonies of #B8898D
Complementary color
Monochromatic Colors of #B8898D
Black with #B8898D
Text Example
Text Example
White with #B8898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8898D; }
p { color: rgb(184,137,141); }
H1.HeaderClassName
{
color: #B8898D;
}
.AnyTagClassName
{
color: #B8898D;
}
</style>
background-color css
<style>
a { background-color: #B8898D; }
a { background-color: rgb(184,137,141); }
div.DivClassName
{
background-color: #B8898D;
}
.BgClassName
{
background-color: #B8898D;
}
</style>
border-color css
<style>
span { border-color: #B8898D; }
span { border-color: rgb(184,137,141); }
td.TdClassName
{
border-color: #B8898D;
}
.TagClassName
{
border-color: #B8898D;
}
</style>