Shades of Viola #B88B96
Tints of Viola #B88B96
RGB
CMYK
RGB Variations
Color information
#B88B96 (or 0xB88B96) is known color: Viola. HEX triplet: B8, 8B and 96. RGB value is (184,139,150). Sum of RGB (Red+Green+Blue) = 184+139+150=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 184 - color contains mainly: red. Hex color #B88B96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88B96 is #477469. Grayscale: #999999. Windows color (decimal): -4682858 or 9866168. OLE color: 9866168.
HSL color Cylindrical-coordinate representation of color #B88B96: hue angle of 345.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 #B88B96 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 139 | 150 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.28 |
| HSL | 345.33º | 0.24% | 0.63% | - |
| HSV(B) | 345.33º | 0.24% | 0.72% | - |
| XYZ | 34.5 | 30.86 | 32.99 | - |
| YUV | 153.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 139 | 150 | 0 | 0.24 | 0.18 | 0.28 | 345.33 | 0.24 | 0.63 |
| Hex | B8 | 8B | 96 | 0 | 18 | 12 | 1C | 159 | 18 | 3F |
| Octal | 270 | 213 | 226 | 0 | 30 | 22 | 34 | 531 | 30 | 77 |
| Binary | 10111000 | 10001011 | 10010110 | 0 | 11000 | 10010 | 11100 | 101011001 | 11000 | 111111 |
Color Harmonies of #B88B96
Complementary color
Monochromatic Colors of #B88B96
Black with #B88B96
Text Example
Text Example
White with #B88B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88B96; }
p { color: rgb(184,139,150); }
H1.HeaderClassName
{
color: #B88B96;
}
.AnyTagClassName
{
color: #B88B96;
}
</style>
background-color css
<style>
a { background-color: #B88B96; }
a { background-color: rgb(184,139,150); }
div.DivClassName
{
background-color: #B88B96;
}
.BgClassName
{
background-color: #B88B96;
}
</style>
border-color css
<style>
span { border-color: #B88B96; }
span { border-color: rgb(184,139,150); }
td.TdClassName
{
border-color: #B88B96;
}
.TagClassName
{
border-color: #B88B96;
}
</style>