Shades of Viola #B88B9E
Tints of Viola #B88B9E
RGB
CMYK
RGB Variations
Color information
#B88B9E (or 0xB88B9E) is known color: Viola. HEX triplet: B8, 8B and 9E. RGB value is (184,139,158). Sum of RGB (Red+Green+Blue) = 184+139+158=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 139 (54.69% from 255 or 28.90% from 481); Blue value is 158 (62.11% from 255 or 32.85% from 481); Max value from RGB is 184 - color contains mainly: red. Hex color #B88B9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88B9E is #477461. Grayscale: #9A9A9A. Windows color (decimal): -4682850 or 10390456. OLE color: 10390456.
HSL color Cylindrical-coordinate representation of color #B88B9E: hue angle of 334.67º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B88B9E is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 139 | 158 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.28 |
| HSL | 334.67º | 0.24% | 0.63% | - |
| HSV(B) | 334.67º | 0.24% | 0.72% | - |
| XYZ | 35.17 | 31.12 | 36.5 | - |
| YUV | 154.62 | 129.91 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 139 | 158 | 0 | 0.24 | 0.14 | 0.28 | 334.67 | 0.24 | 0.63 |
| Hex | B8 | 8B | 9E | 0 | 18 | E | 1C | 14F | 18 | 3F |
| Octal | 270 | 213 | 236 | 0 | 30 | 16 | 34 | 517 | 30 | 77 |
| Binary | 10111000 | 10001011 | 10011110 | 0 | 11000 | 1110 | 11100 | 101001111 | 11000 | 111111 |
Color Harmonies of #B88B9E
Complementary color
Monochromatic Colors of #B88B9E
Black with #B88B9E
Text Example
Text Example
White with #B88B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88B9E; }
p { color: rgb(184,139,158); }
H1.HeaderClassName
{
color: #B88B9E;
}
.AnyTagClassName
{
color: #B88B9E;
}
</style>
background-color css
<style>
a { background-color: #B88B9E; }
a { background-color: rgb(184,139,158); }
div.DivClassName
{
background-color: #B88B9E;
}
.BgClassName
{
background-color: #B88B9E;
}
</style>
border-color css
<style>
span { border-color: #B88B9E; }
span { border-color: rgb(184,139,158); }
td.TdClassName
{
border-color: #B88B9E;
}
.TagClassName
{
border-color: #B88B9E;
}
</style>