Shades of Viola #B18F98
Tints of Viola #B18F98
RGB
CMYK
RGB Variations
Color information
#B18F98 (or 0xB18F98) is known color: Viola. HEX triplet: B1, 8F and 98. RGB value is (177,143,152). Sum of RGB (Red+Green+Blue) = 177+143+152=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 152 (59.77% from 255 or 32.20% from 472); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18F98 is #4E7067. Grayscale: #9A9A9A. Windows color (decimal): -5140584 or 9998257. OLE color: 9998257.
HSL color Cylindrical-coordinate representation of color #B18F98: hue angle of 344.12º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B18F98 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 143 | 152 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.31 |
| HSL | 344.12º | 0.18% | 0.63% | - |
| HSV(B) | 344.12º | 0.19% | 0.69% | - |
| XYZ | 33.62 | 31.26 | 33.97 | - |
| YUV | 154.19 | 126.76 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 152 | 0 | 0.19 | 0.14 | 0.31 | 344.12 | 0.18 | 0.63 |
| Hex | B1 | 8F | 98 | 0 | 13 | E | 1F | 158 | 12 | 3F |
| Octal | 261 | 217 | 230 | 0 | 23 | 16 | 37 | 530 | 22 | 77 |
| Binary | 10110001 | 10001111 | 10011000 | 0 | 10011 | 1110 | 11111 | 101011000 | 10010 | 111111 |
Color Harmonies of #B18F98
Complementary color
Monochromatic Colors of #B18F98
Black with #B18F98
Text Example
Text Example
White with #B18F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18F98; }
p { color: rgb(177,143,152); }
H1.HeaderClassName
{
color: #B18F98;
}
.AnyTagClassName
{
color: #B18F98;
}
</style>
background-color css
<style>
a { background-color: #B18F98; }
a { background-color: rgb(177,143,152); }
div.DivClassName
{
background-color: #B18F98;
}
.BgClassName
{
background-color: #B18F98;
}
</style>
border-color css
<style>
span { border-color: #B18F98; }
span { border-color: rgb(177,143,152); }
td.TdClassName
{
border-color: #B18F98;
}
.TagClassName
{
border-color: #B18F98;
}
</style>