Shades of Viola #B88D8F
Tints of Viola #B88D8F
RGB
CMYK
RGB Variations
Color information
#B88D8F (or 0xB88D8F) is known color: Viola. HEX triplet: B8, 8D and 8F. RGB value is (184,141,143). Sum of RGB (Red+Green+Blue) = 184+141+143=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 184 - color contains mainly: red. Hex color #B88D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88D8F is #477270. Grayscale: #9A9A9A. Windows color (decimal): -4682353 or 9407928. OLE color: 9407928.
HSL color Cylindrical-coordinate representation of color #B88D8F: hue angle of 357.21º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B88D8F is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 141 | 143 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.28 |
| HSL | 357.21º | 0.23% | 0.64% | - |
| HSV(B) | 357.21º | 0.23% | 0.72% | - |
| XYZ | 34.25 | 31.22 | 30.21 | - |
| YUV | 154.09 | 121.75 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 141 | 143 | 0 | 0.23 | 0.22 | 0.28 | 357.21 | 0.23 | 0.64 |
| Hex | B8 | 8D | 8F | 0 | 17 | 16 | 1C | 165 | 17 | 40 |
| Octal | 270 | 215 | 217 | 0 | 27 | 26 | 34 | 545 | 27 | 100 |
| Binary | 10111000 | 10001101 | 10001111 | 0 | 10111 | 10110 | 11100 | 101100101 | 10111 | 1000000 |
Color Harmonies of #B88D8F
Complementary color
Monochromatic Colors of #B88D8F
Black with #B88D8F
Text Example
Text Example
White with #B88D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88D8F; }
p { color: rgb(184,141,143); }
H1.HeaderClassName
{
color: #B88D8F;
}
.AnyTagClassName
{
color: #B88D8F;
}
</style>
background-color css
<style>
a { background-color: #B88D8F; }
a { background-color: rgb(184,141,143); }
div.DivClassName
{
background-color: #B88D8F;
}
.BgClassName
{
background-color: #B88D8F;
}
</style>
border-color css
<style>
span { border-color: #B88D8F; }
span { border-color: rgb(184,141,143); }
td.TdClassName
{
border-color: #B88D8F;
}
.TagClassName
{
border-color: #B88D8F;
}
</style>