Shades of Viola #B18D98
Tints of Viola #B18D98
RGB
CMYK
RGB Variations
Color information
#B18D98 (or 0xB18D98) is known color: Viola. HEX triplet: B1, 8D and 98. RGB value is (177,141,152). Sum of RGB (Red+Green+Blue) = 177+141+152=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 152 (59.77% from 255 or 32.34% from 470); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18D98 is #4E7267. Grayscale: #999999. Windows color (decimal): -5141096 or 9997745. OLE color: 9997745.
HSL color Cylindrical-coordinate representation of color #B18D98: hue angle of 341.67º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B18D98 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 141 | 152 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.31 |
| HSL | 341.67º | 0.19% | 0.62% | - |
| HSV(B) | 341.67º | 0.2% | 0.69% | - |
| XYZ | 33.32 | 30.66 | 33.87 | - |
| YUV | 153.02 | 127.43 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 141 | 152 | 0 | 0.20 | 0.14 | 0.31 | 341.67 | 0.19 | 0.62 |
| Hex | B1 | 8D | 98 | 0 | 14 | E | 1F | 156 | 13 | 3E |
| Octal | 261 | 215 | 230 | 0 | 24 | 16 | 37 | 526 | 23 | 76 |
| Binary | 10110001 | 10001101 | 10011000 | 0 | 10100 | 1110 | 11111 | 101010110 | 10011 | 111110 |
Color Harmonies of #B18D98
Complementary color
Monochromatic Colors of #B18D98
Black with #B18D98
Text Example
Text Example
White with #B18D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18D98; }
p { color: rgb(177,141,152); }
H1.HeaderClassName
{
color: #B18D98;
}
.AnyTagClassName
{
color: #B18D98;
}
</style>
background-color css
<style>
a { background-color: #B18D98; }
a { background-color: rgb(177,141,152); }
div.DivClassName
{
background-color: #B18D98;
}
.BgClassName
{
background-color: #B18D98;
}
</style>
border-color css
<style>
span { border-color: #B18D98; }
span { border-color: rgb(177,141,152); }
td.TdClassName
{
border-color: #B18D98;
}
.TagClassName
{
border-color: #B18D98;
}
</style>