Shades of Viola #BB8EA1
Tints of Viola #BB8EA1
RGB
CMYK
RGB Variations
Color information
#BB8EA1 (or 0xBB8EA1) is known color: Viola. HEX triplet: BB, 8E and A1. RGB value is (187,142,161). Sum of RGB (Red+Green+Blue) = 187+142+161=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 161 (63.28% from 255 or 32.86% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8EA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8EA1 is #44715E. Grayscale: #9D9D9D. Windows color (decimal): -4485471 or 10587835. OLE color: 10587835.
HSL color Cylindrical-coordinate representation of color #BB8EA1: hue angle of 334.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BB8EA1 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 142 | 161 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.27 |
| HSL | 334.67º | 0.25% | 0.65% | - |
| HSV(B) | 334.67º | 0.24% | 0.73% | - |
| XYZ | 36.6 | 32.48 | 38.06 | - |
| YUV | 157.62 | 129.91 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 142 | 161 | 0 | 0.24 | 0.14 | 0.27 | 334.67 | 0.25 | 0.65 |
| Hex | BB | 8E | A1 | 0 | 18 | E | 1B | 14F | 19 | 41 |
| Octal | 273 | 216 | 241 | 0 | 30 | 16 | 33 | 517 | 31 | 101 |
| Binary | 10111011 | 10001110 | 10100001 | 0 | 11000 | 1110 | 11011 | 101001111 | 11001 | 1000001 |
Color Harmonies of #BB8EA1
Complementary color
Monochromatic Colors of #BB8EA1
Black with #BB8EA1
Text Example
Text Example
White with #BB8EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8EA1; }
p { color: rgb(187,142,161); }
H1.HeaderClassName
{
color: #BB8EA1;
}
.AnyTagClassName
{
color: #BB8EA1;
}
</style>
background-color css
<style>
a { background-color: #BB8EA1; }
a { background-color: rgb(187,142,161); }
div.DivClassName
{
background-color: #BB8EA1;
}
.BgClassName
{
background-color: #BB8EA1;
}
</style>
border-color css
<style>
span { border-color: #BB8EA1; }
span { border-color: rgb(187,142,161); }
td.TdClassName
{
border-color: #BB8EA1;
}
.TagClassName
{
border-color: #BB8EA1;
}
</style>