Shades of Viola #B1898B
Tints of Viola #B1898B
RGB
CMYK
RGB Variations
Color information
#B1898B (or 0xB1898B) is known color: Viola. HEX triplet: B1, 89 and 8B. RGB value is (177,137,139). Sum of RGB (Red+Green+Blue) = 177+137+139=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 177 - color contains mainly: red. Hex color #B1898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1898B is #4E7674. Grayscale: #959595. Windows color (decimal): -5142133 or 9144753. OLE color: 9144753.
HSL color Cylindrical-coordinate representation of color #B1898B: hue angle of 357º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1898B is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 137 | 139 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.31 |
| HSL | 357º | 0.2% | 0.62% | - |
| HSV(B) | 357º | 0.23% | 0.69% | - |
| XYZ | 31.74 | 29.1 | 28.37 | - |
| YUV | 149.19 | 122.25 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 137 | 139 | 0 | 0.23 | 0.21 | 0.31 | 357 | 0.2 | 0.62 |
| Hex | B1 | 89 | 8B | 0 | 17 | 15 | 1F | 165 | 14 | 3E |
| Octal | 261 | 211 | 213 | 0 | 27 | 25 | 37 | 545 | 24 | 76 |
| Binary | 10110001 | 10001001 | 10001011 | 0 | 10111 | 10101 | 11111 | 101100101 | 10100 | 111110 |
Color Harmonies of #B1898B
Complementary color
Monochromatic Colors of #B1898B
Black with #B1898B
Text Example
Text Example
White with #B1898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1898B; }
p { color: rgb(177,137,139); }
H1.HeaderClassName
{
color: #B1898B;
}
.AnyTagClassName
{
color: #B1898B;
}
</style>
background-color css
<style>
a { background-color: #B1898B; }
a { background-color: rgb(177,137,139); }
div.DivClassName
{
background-color: #B1898B;
}
.BgClassName
{
background-color: #B1898B;
}
</style>
border-color css
<style>
span { border-color: #B1898B; }
span { border-color: rgb(177,137,139); }
td.TdClassName
{
border-color: #B1898B;
}
.TagClassName
{
border-color: #B1898B;
}
</style>