Shades of Viola #B18794
Tints of Viola #B18794
RGB
CMYK
RGB Variations
Color information
#B18794 (or 0xB18794) is known color: Viola. HEX triplet: B1, 87 and 94. RGB value is (177,135,148). Sum of RGB (Red+Green+Blue) = 177+135+148=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 135 (53.12% from 255 or 29.35% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 177 - color contains mainly: red. Hex color #B18794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18794 is #4E786B. Grayscale: #959595. Windows color (decimal): -5142636 or 9734065. OLE color: 9734065.
HSL color Cylindrical-coordinate representation of color #B18794: hue angle of 341.43º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B18794 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 135 | 148 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.31 |
| HSL | 341.43º | 0.21% | 0.61% | - |
| HSV(B) | 341.43º | 0.24% | 0.69% | - |
| XYZ | 32.14 | 28.81 | 31.88 | - |
| YUV | 149.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 148 | 0 | 0.24 | 0.16 | 0.31 | 341.43 | 0.21 | 0.61 |
| Hex | B1 | 87 | 94 | 0 | 18 | 10 | 1F | 155 | 15 | 3D |
| Octal | 261 | 207 | 224 | 0 | 30 | 20 | 37 | 525 | 25 | 75 |
| Binary | 10110001 | 10000111 | 10010100 | 0 | 11000 | 10000 | 11111 | 101010101 | 10101 | 111101 |
Color Harmonies of #B18794
Complementary color
Monochromatic Colors of #B18794
Black with #B18794
Text Example
Text Example
White with #B18794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18794; }
p { color: rgb(177,135,148); }
H1.HeaderClassName
{
color: #B18794;
}
.AnyTagClassName
{
color: #B18794;
}
</style>
background-color css
<style>
a { background-color: #B18794; }
a { background-color: rgb(177,135,148); }
div.DivClassName
{
background-color: #B18794;
}
.BgClassName
{
background-color: #B18794;
}
</style>
border-color css
<style>
span { border-color: #B18794; }
span { border-color: rgb(177,135,148); }
td.TdClassName
{
border-color: #B18794;
}
.TagClassName
{
border-color: #B18794;
}
</style>