Shades of Viola #BB8BA0
Tints of Viola #BB8BA0
RGB
CMYK
RGB Variations
Color information
#BB8BA0 (or 0xBB8BA0) is known color: Viola. HEX triplet: BB, 8B and A0. RGB value is (187,139,160). Sum of RGB (Red+Green+Blue) = 187+139+160=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8BA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8BA0 is #44745F. Grayscale: #9B9B9B. Windows color (decimal): -4486240 or 10521531. OLE color: 10521531.
HSL color Cylindrical-coordinate representation of color #BB8BA0: hue angle of 333.75º 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 #BB8BA0 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 139 | 160 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.27 |
| HSL | 333.75º | 0.26% | 0.64% | - |
| HSV(B) | 333.75º | 0.26% | 0.73% | - |
| XYZ | 36.07 | 31.57 | 37.45 | - |
| YUV | 155.75 | 130.4 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 139 | 160 | 0 | 0.26 | 0.14 | 0.27 | 333.75 | 0.26 | 0.64 |
| Hex | BB | 8B | A0 | 0 | 1A | E | 1B | 14E | 1A | 40 |
| Octal | 273 | 213 | 240 | 0 | 32 | 16 | 33 | 516 | 32 | 100 |
| Binary | 10111011 | 10001011 | 10100000 | 0 | 11010 | 1110 | 11011 | 101001110 | 11010 | 1000000 |
Color Harmonies of #BB8BA0
Complementary color
Monochromatic Colors of #BB8BA0
Black with #BB8BA0
Text Example
Text Example
White with #BB8BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8BA0; }
p { color: rgb(187,139,160); }
H1.HeaderClassName
{
color: #BB8BA0;
}
.AnyTagClassName
{
color: #BB8BA0;
}
</style>
background-color css
<style>
a { background-color: #BB8BA0; }
a { background-color: rgb(187,139,160); }
div.DivClassName
{
background-color: #BB8BA0;
}
.BgClassName
{
background-color: #BB8BA0;
}
</style>
border-color css
<style>
span { border-color: #BB8BA0; }
span { border-color: rgb(187,139,160); }
td.TdClassName
{
border-color: #BB8BA0;
}
.TagClassName
{
border-color: #BB8BA0;
}
</style>