Shades of Viola #B88B99
Tints of Viola #B88B99
RGB
CMYK
RGB Variations
Color information
#B88B99 (or 0xB88B99) is known color: Viola. HEX triplet: B8, 8B and 99. RGB value is (184,139,153). Sum of RGB (Red+Green+Blue) = 184+139+153=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 184 - color contains mainly: red. Hex color #B88B99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88B99 is #477466. Grayscale: #9A9A9A. Windows color (decimal): -4682855 or 10062776. OLE color: 10062776.
HSL color Cylindrical-coordinate representation of color #B88B99: hue angle of 341.33º 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 #B88B99 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 139 | 153 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.28 |
| HSL | 341.33º | 0.24% | 0.63% | - |
| HSV(B) | 341.33º | 0.24% | 0.72% | - |
| XYZ | 34.75 | 30.96 | 34.28 | - |
| YUV | 154.05 | 127.41 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 139 | 153 | 0 | 0.24 | 0.17 | 0.28 | 341.33 | 0.24 | 0.63 |
| Hex | B8 | 8B | 99 | 0 | 18 | 11 | 1C | 155 | 18 | 3F |
| Octal | 270 | 213 | 231 | 0 | 30 | 21 | 34 | 525 | 30 | 77 |
| Binary | 10111000 | 10001011 | 10011001 | 0 | 11000 | 10001 | 11100 | 101010101 | 11000 | 111111 |
Color Harmonies of #B88B99
Complementary color
Monochromatic Colors of #B88B99
Black with #B88B99
Text Example
Text Example
White with #B88B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88B99; }
p { color: rgb(184,139,153); }
H1.HeaderClassName
{
color: #B88B99;
}
.AnyTagClassName
{
color: #B88B99;
}
</style>
background-color css
<style>
a { background-color: #B88B99; }
a { background-color: rgb(184,139,153); }
div.DivClassName
{
background-color: #B88B99;
}
.BgClassName
{
background-color: #B88B99;
}
</style>
border-color css
<style>
span { border-color: #B88B99; }
span { border-color: rgb(184,139,153); }
td.TdClassName
{
border-color: #B88B99;
}
.TagClassName
{
border-color: #B88B99;
}
</style>