Shades of Viola #B08790
Tints of Viola #B08790
RGB
CMYK
RGB Variations
Color information
#B08790 (or 0xB08790) is known color: Viola. HEX triplet: B0, 87 and 90. RGB value is (176,135,144). Sum of RGB (Red+Green+Blue) = 176+135+144=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 176 - color contains mainly: red. Hex color #B08790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08790 is #4F786F. Grayscale: #949494. Windows color (decimal): -5208176 or 9471920. OLE color: 9471920.
HSL color Cylindrical-coordinate representation of color #B08790: hue angle of 346.83º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B08790 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 135 | 144 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.31 |
| HSL | 346.83º | 0.21% | 0.61% | - |
| HSV(B) | 346.83º | 0.23% | 0.69% | - |
| XYZ | 31.6 | 28.57 | 30.23 | - |
| YUV | 148.29 | 125.58 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 135 | 144 | 0 | 0.23 | 0.18 | 0.31 | 346.83 | 0.21 | 0.61 |
| Hex | B0 | 87 | 90 | 0 | 17 | 12 | 1F | 15B | 15 | 3D |
| Octal | 260 | 207 | 220 | 0 | 27 | 22 | 37 | 533 | 25 | 75 |
| Binary | 10110000 | 10000111 | 10010000 | 0 | 10111 | 10010 | 11111 | 101011011 | 10101 | 111101 |
Color Harmonies of #B08790
Complementary color
Monochromatic Colors of #B08790
Black with #B08790
Text Example
Text Example
White with #B08790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08790; }
p { color: rgb(176,135,144); }
H1.HeaderClassName
{
color: #B08790;
}
.AnyTagClassName
{
color: #B08790;
}
</style>
background-color css
<style>
a { background-color: #B08790; }
a { background-color: rgb(176,135,144); }
div.DivClassName
{
background-color: #B08790;
}
.BgClassName
{
background-color: #B08790;
}
</style>
border-color css
<style>
span { border-color: #B08790; }
span { border-color: rgb(176,135,144); }
td.TdClassName
{
border-color: #B08790;
}
.TagClassName
{
border-color: #B08790;
}
</style>