Shades of Viola #B88BA1
Tints of Viola #B88BA1
RGB
CMYK
RGB Variations
Color information
#B88BA1 (or 0xB88BA1) is known color: Viola. HEX triplet: B8, 8B and A1. RGB value is (184,139,161). Sum of RGB (Red+Green+Blue) = 184+139+161=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 139 (54.69% from 255 or 28.72% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 184 - color contains mainly: red. Hex color #B88BA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88BA1 is #47745E. Grayscale: #9A9A9A. Windows color (decimal): -4682847 or 10587064. OLE color: 10587064.
HSL color Cylindrical-coordinate representation of color #B88BA1: hue angle of 330.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 #B88BA1 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 139 | 161 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.28 |
| HSL | 330.67º | 0.24% | 0.63% | - |
| HSV(B) | 330.67º | 0.24% | 0.72% | - |
| XYZ | 35.43 | 31.23 | 37.88 | - |
| YUV | 154.96 | 131.41 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 139 | 161 | 0 | 0.24 | 0.12 | 0.28 | 330.67 | 0.24 | 0.63 |
| Hex | B8 | 8B | A1 | 0 | 18 | C | 1C | 14B | 18 | 3F |
| Octal | 270 | 213 | 241 | 0 | 30 | 14 | 34 | 513 | 30 | 77 |
| Binary | 10111000 | 10001011 | 10100001 | 0 | 11000 | 1100 | 11100 | 101001011 | 11000 | 111111 |
Color Harmonies of #B88BA1
Complementary color
Monochromatic Colors of #B88BA1
Black with #B88BA1
Text Example
Text Example
White with #B88BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88BA1; }
p { color: rgb(184,139,161); }
H1.HeaderClassName
{
color: #B88BA1;
}
.AnyTagClassName
{
color: #B88BA1;
}
</style>
background-color css
<style>
a { background-color: #B88BA1; }
a { background-color: rgb(184,139,161); }
div.DivClassName
{
background-color: #B88BA1;
}
.BgClassName
{
background-color: #B88BA1;
}
</style>
border-color css
<style>
span { border-color: #B88BA1; }
span { border-color: rgb(184,139,161); }
td.TdClassName
{
border-color: #B88BA1;
}
.TagClassName
{
border-color: #B88BA1;
}
</style>