Shades of Viola #B18F94
Tints of Viola #B18F94
RGB
CMYK
RGB Variations
Color information
#B18F94 (or 0xB18F94) is known color: Viola. HEX triplet: B1, 8F and 94. RGB value is (177,143,148). Sum of RGB (Red+Green+Blue) = 177+143+148=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18F94 is #4E706B. Grayscale: #999999. Windows color (decimal): -5140588 or 9736113. OLE color: 9736113.
HSL color Cylindrical-coordinate representation of color #B18F94: hue angle of 351.18º 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 #B18F94 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 143 | 148 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.31 |
| HSL | 351.18º | 0.18% | 0.63% | - |
| HSV(B) | 351.18º | 0.19% | 0.69% | - |
| XYZ | 33.3 | 31.13 | 32.27 | - |
| YUV | 153.74 | 124.76 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 148 | 0 | 0.19 | 0.16 | 0.31 | 351.18 | 0.18 | 0.63 |
| Hex | B1 | 8F | 94 | 0 | 13 | 10 | 1F | 15F | 12 | 3F |
| Octal | 261 | 217 | 224 | 0 | 23 | 20 | 37 | 537 | 22 | 77 |
| Binary | 10110001 | 10001111 | 10010100 | 0 | 10011 | 10000 | 11111 | 101011111 | 10010 | 111111 |
Color Harmonies of #B18F94
Complementary color
Monochromatic Colors of #B18F94
Black with #B18F94
Text Example
Text Example
White with #B18F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18F94; }
p { color: rgb(177,143,148); }
H1.HeaderClassName
{
color: #B18F94;
}
.AnyTagClassName
{
color: #B18F94;
}
</style>
background-color css
<style>
a { background-color: #B18F94; }
a { background-color: rgb(177,143,148); }
div.DivClassName
{
background-color: #B18F94;
}
.BgClassName
{
background-color: #B18F94;
}
</style>
border-color css
<style>
span { border-color: #B18F94; }
span { border-color: rgb(177,143,148); }
td.TdClassName
{
border-color: #B18F94;
}
.TagClassName
{
border-color: #B18F94;
}
</style>