Shades of Viola #BB8BA1
Tints of Viola #BB8BA1
RGB
CMYK
RGB Variations
Color information
#BB8BA1 (or 0xBB8BA1) is known color: Viola. HEX triplet: BB, 8B and A1. RGB value is (187,139,161). Sum of RGB (Red+Green+Blue) = 187+139+161=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 161 (63.28% from 255 or 33.06% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8BA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8BA1 is #44745E. Grayscale: #9B9B9B. Windows color (decimal): -4486239 or 10587067. OLE color: 10587067.
HSL color Cylindrical-coordinate representation of color #BB8BA1: hue angle of 332.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BB8BA1 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 139 | 161 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.27 |
| HSL | 332.5º | 0.26% | 0.64% | - |
| HSV(B) | 332.5º | 0.26% | 0.73% | - |
| XYZ | 36.16 | 31.6 | 37.91 | - |
| YUV | 155.86 | 130.9 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 139 | 161 | 0 | 0.26 | 0.14 | 0.27 | 332.5 | 0.26 | 0.64 |
| Hex | BB | 8B | A1 | 0 | 1A | E | 1B | 14C | 1A | 40 |
| Octal | 273 | 213 | 241 | 0 | 32 | 16 | 33 | 514 | 32 | 100 |
| Binary | 10111011 | 10001011 | 10100001 | 0 | 11010 | 1110 | 11011 | 101001100 | 11010 | 1000000 |
Color Harmonies of #BB8BA1
Complementary color
Monochromatic Colors of #BB8BA1
Black with #BB8BA1
Text Example
Text Example
White with #BB8BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8BA1; }
p { color: rgb(187,139,161); }
H1.HeaderClassName
{
color: #BB8BA1;
}
.AnyTagClassName
{
color: #BB8BA1;
}
</style>
background-color css
<style>
a { background-color: #BB8BA1; }
a { background-color: rgb(187,139,161); }
div.DivClassName
{
background-color: #BB8BA1;
}
.BgClassName
{
background-color: #BB8BA1;
}
</style>
border-color css
<style>
span { border-color: #BB8BA1; }
span { border-color: rgb(187,139,161); }
td.TdClassName
{
border-color: #BB8BA1;
}
.TagClassName
{
border-color: #BB8BA1;
}
</style>