Shades of Viola #B59094
Tints of Viola #B59094
RGB
CMYK
RGB Variations
Color information
#B59094 (or 0xB59094) is known color: Viola. HEX triplet: B5, 90 and 94. RGB value is (181,144,148). Sum of RGB (Red+Green+Blue) = 181+144+148=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 181 - color contains mainly: red. Hex color #B59094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59094 is #4A6F6B. Grayscale: #9B9B9B. Windows color (decimal): -4878188 or 9736373. OLE color: 9736373.
HSL color Cylindrical-coordinate representation of color #B59094: hue angle of 353.51º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B59094 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 144 | 148 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.29 |
| HSL | 353.51º | 0.2% | 0.64% | - |
| HSV(B) | 353.51º | 0.2% | 0.71% | - |
| XYZ | 34.37 | 31.91 | 32.36 | - |
| YUV | 155.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 144 | 148 | 0 | 0.20 | 0.18 | 0.29 | 353.51 | 0.2 | 0.64 |
| Hex | B5 | 90 | 94 | 0 | 14 | 12 | 1D | 162 | 14 | 40 |
| Octal | 265 | 220 | 224 | 0 | 24 | 22 | 35 | 542 | 24 | 100 |
| Binary | 10110101 | 10010000 | 10010100 | 0 | 10100 | 10010 | 11101 | 101100010 | 10100 | 1000000 |
Color Harmonies of #B59094
Complementary color
Monochromatic Colors of #B59094
Black with #B59094
Text Example
Text Example
White with #B59094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59094; }
p { color: rgb(181,144,148); }
H1.HeaderClassName
{
color: #B59094;
}
.AnyTagClassName
{
color: #B59094;
}
</style>
background-color css
<style>
a { background-color: #B59094; }
a { background-color: rgb(181,144,148); }
div.DivClassName
{
background-color: #B59094;
}
.BgClassName
{
background-color: #B59094;
}
</style>
border-color css
<style>
span { border-color: #B59094; }
span { border-color: rgb(181,144,148); }
td.TdClassName
{
border-color: #B59094;
}
.TagClassName
{
border-color: #B59094;
}
</style>