Shades of Viola #BA889B
Tints of Viola #BA889B
RGB
CMYK
RGB Variations
Color information
#BA889B (or 0xBA889B) is known color: Viola. HEX triplet: BA, 88 and 9B. RGB value is (186,136,155). Sum of RGB (Red+Green+Blue) = 186+136+155=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BA889B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA889B is #457764. Grayscale: #999999. Windows color (decimal): -4552549 or 10193082. OLE color: 10193082.
HSL color Cylindrical-coordinate representation of color #BA889B: hue angle of 337.2º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA889B is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 136 | 155 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.27 |
| HSL | 337.2º | 0.27% | 0.63% | - |
| HSV(B) | 337.2º | 0.27% | 0.73% | - |
| XYZ | 34.97 | 30.41 | 35.04 | - |
| YUV | 153.12 | 129.07 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 136 | 155 | 0 | 0.27 | 0.17 | 0.27 | 337.2 | 0.27 | 0.63 |
| Hex | BA | 88 | 9B | 0 | 1B | 11 | 1B | 151 | 1B | 3F |
| Octal | 272 | 210 | 233 | 0 | 33 | 21 | 33 | 521 | 33 | 77 |
| Binary | 10111010 | 10001000 | 10011011 | 0 | 11011 | 10001 | 11011 | 101010001 | 11011 | 111111 |
Color Harmonies of #BA889B
Complementary color
Monochromatic Colors of #BA889B
Black with #BA889B
Text Example
Text Example
White with #BA889B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA889B; }
p { color: rgb(186,136,155); }
H1.HeaderClassName
{
color: #BA889B;
}
.AnyTagClassName
{
color: #BA889B;
}
</style>
background-color css
<style>
a { background-color: #BA889B; }
a { background-color: rgb(186,136,155); }
div.DivClassName
{
background-color: #BA889B;
}
.BgClassName
{
background-color: #BA889B;
}
</style>
border-color css
<style>
span { border-color: #BA889B; }
span { border-color: rgb(186,136,155); }
td.TdClassName
{
border-color: #BA889B;
}
.TagClassName
{
border-color: #BA889B;
}
</style>