Shades of Viola #B18C9B
Tints of Viola #B18C9B
RGB
CMYK
RGB Variations
Color information
#B18C9B (or 0xB18C9B) is known color: Viola. HEX triplet: B1, 8C and 9B. RGB value is (177,140,155). Sum of RGB (Red+Green+Blue) = 177+140+155=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18C9B is #4E7364. Grayscale: #989898. Windows color (decimal): -5141349 or 10194097. OLE color: 10194097.
HSL color Cylindrical-coordinate representation of color #B18C9B: hue angle of 335.68º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B18C9B is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 140 | 155 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.31 |
| HSL | 335.68º | 0.19% | 0.62% | - |
| HSV(B) | 335.68º | 0.21% | 0.69% | - |
| XYZ | 33.43 | 30.47 | 35.13 | - |
| YUV | 152.77 | 129.26 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 140 | 155 | 0 | 0.21 | 0.12 | 0.31 | 335.68 | 0.19 | 0.62 |
| Hex | B1 | 8C | 9B | 0 | 15 | C | 1F | 150 | 13 | 3E |
| Octal | 261 | 214 | 233 | 0 | 25 | 14 | 37 | 520 | 23 | 76 |
| Binary | 10110001 | 10001100 | 10011011 | 0 | 10101 | 1100 | 11111 | 101010000 | 10011 | 111110 |
Color Harmonies of #B18C9B
Complementary color
Monochromatic Colors of #B18C9B
Black with #B18C9B
Text Example
Text Example
White with #B18C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18C9B; }
p { color: rgb(177,140,155); }
H1.HeaderClassName
{
color: #B18C9B;
}
.AnyTagClassName
{
color: #B18C9B;
}
</style>
background-color css
<style>
a { background-color: #B18C9B; }
a { background-color: rgb(177,140,155); }
div.DivClassName
{
background-color: #B18C9B;
}
.BgClassName
{
background-color: #B18C9B;
}
</style>
border-color css
<style>
span { border-color: #B18C9B; }
span { border-color: rgb(177,140,155); }
td.TdClassName
{
border-color: #B18C9B;
}
.TagClassName
{
border-color: #B18C9B;
}
</style>