Shades of Viola #B88BA0
Tints of Viola #B88BA0
RGB
CMYK
RGB Variations
Color information
#B88BA0 (or 0xB88BA0) is known color: Viola. HEX triplet: B8, 8B and A0. RGB value is (184,139,160). Sum of RGB (Red+Green+Blue) = 184+139+160=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 184 - color contains mainly: red. Hex color #B88BA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88BA0 is #47745F. Grayscale: #9A9A9A. Windows color (decimal): -4682848 or 10521528. OLE color: 10521528.
HSL color Cylindrical-coordinate representation of color #B88BA0: hue angle of 332º 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 #B88BA0 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 139 | 160 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.28 |
| HSL | 332º | 0.24% | 0.63% | - |
| HSV(B) | 332º | 0.24% | 0.72% | - |
| XYZ | 35.34 | 31.19 | 37.42 | - |
| YUV | 154.85 | 130.91 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 139 | 160 | 0 | 0.24 | 0.13 | 0.28 | 332 | 0.24 | 0.63 |
| Hex | B8 | 8B | A0 | 0 | 18 | D | 1C | 14C | 18 | 3F |
| Octal | 270 | 213 | 240 | 0 | 30 | 15 | 34 | 514 | 30 | 77 |
| Binary | 10111000 | 10001011 | 10100000 | 0 | 11000 | 1101 | 11100 | 101001100 | 11000 | 111111 |
Color Harmonies of #B88BA0
Complementary color
Monochromatic Colors of #B88BA0
Black with #B88BA0
Text Example
Text Example
White with #B88BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88BA0; }
p { color: rgb(184,139,160); }
H1.HeaderClassName
{
color: #B88BA0;
}
.AnyTagClassName
{
color: #B88BA0;
}
</style>
background-color css
<style>
a { background-color: #B88BA0; }
a { background-color: rgb(184,139,160); }
div.DivClassName
{
background-color: #B88BA0;
}
.BgClassName
{
background-color: #B88BA0;
}
</style>
border-color css
<style>
span { border-color: #B88BA0; }
span { border-color: rgb(184,139,160); }
td.TdClassName
{
border-color: #B88BA0;
}
.TagClassName
{
border-color: #B88BA0;
}
</style>