Shades of Viola #B18F90
Tints of Viola #B18F90
RGB
CMYK
RGB Variations
Color information
#B18F90 (or 0xB18F90) is known color: Viola. HEX triplet: B1, 8F and 90. RGB value is (177,143,144). Sum of RGB (Red+Green+Blue) = 177+143+144=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18F90 is #4E706F. Grayscale: #999999. Windows color (decimal): -5140592 or 9473969. OLE color: 9473969.
HSL color Cylindrical-coordinate representation of color #B18F90: hue angle of 358.24º 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 #B18F90 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 143 | 144 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.31 |
| HSL | 358.24º | 0.18% | 0.63% | - |
| HSV(B) | 358.24º | 0.19% | 0.69% | - |
| XYZ | 32.99 | 31.01 | 30.63 | - |
| YUV | 153.28 | 122.76 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 144 | 0 | 0.19 | 0.19 | 0.31 | 358.24 | 0.18 | 0.63 |
| Hex | B1 | 8F | 90 | 0 | 13 | 13 | 1F | 166 | 12 | 3F |
| Octal | 261 | 217 | 220 | 0 | 23 | 23 | 37 | 546 | 22 | 77 |
| Binary | 10110001 | 10001111 | 10010000 | 0 | 10011 | 10011 | 11111 | 101100110 | 10010 | 111111 |
Color Harmonies of #B18F90
Complementary color
Monochromatic Colors of #B18F90
Black with #B18F90
Text Example
Text Example
White with #B18F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18F90; }
p { color: rgb(177,143,144); }
H1.HeaderClassName
{
color: #B18F90;
}
.AnyTagClassName
{
color: #B18F90;
}
</style>
background-color css
<style>
a { background-color: #B18F90; }
a { background-color: rgb(177,143,144); }
div.DivClassName
{
background-color: #B18F90;
}
.BgClassName
{
background-color: #B18F90;
}
</style>
border-color css
<style>
span { border-color: #B18F90; }
span { border-color: rgb(177,143,144); }
td.TdClassName
{
border-color: #B18F90;
}
.TagClassName
{
border-color: #B18F90;
}
</style>