Shades of Viola #B59FA6
Tints of Viola #B59FA6
RGB
CMYK
RGB Variations
Color information
#B59FA6 (or 0xB59FA6) is known color: Viola. HEX triplet: B5, 9F and A6. RGB value is (181,159,166). Sum of RGB (Red+Green+Blue) = 181+159+166=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 166 (65.23% from 255 or 32.81% from 506); Max value from RGB is 181 - color contains mainly: red. Hex color #B59FA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59FA6 is #4A6059. Grayscale: #A6A6A6. Windows color (decimal): -4874330 or 10919861. OLE color: 10919861.
HSL color Cylindrical-coordinate representation of color #B59FA6: hue angle of 340.91º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B59FA6 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 159 | 166 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.29 |
| HSL | 340.91º | 0.13% | 0.67% | - |
| HSV(B) | 340.91º | 0.12% | 0.71% | - |
| XYZ | 38.34 | 37.37 | 41.27 | - |
| YUV | 166.38 | 127.79 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 159 | 166 | 0 | 0.12 | 0.08 | 0.29 | 340.91 | 0.13 | 0.67 |
| Hex | B5 | 9F | A6 | 0 | C | 8 | 1D | 155 | D | 43 |
| Octal | 265 | 237 | 246 | 0 | 14 | 10 | 35 | 525 | 15 | 103 |
| Binary | 10110101 | 10011111 | 10100110 | 0 | 1100 | 1000 | 11101 | 101010101 | 1101 | 1000011 |
Color Harmonies of #B59FA6
Complementary color
Monochromatic Colors of #B59FA6
Black with #B59FA6
Text Example
Text Example
White with #B59FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59FA6; }
p { color: rgb(181,159,166); }
H1.HeaderClassName
{
color: #B59FA6;
}
.AnyTagClassName
{
color: #B59FA6;
}
</style>
background-color css
<style>
a { background-color: #B59FA6; }
a { background-color: rgb(181,159,166); }
div.DivClassName
{
background-color: #B59FA6;
}
.BgClassName
{
background-color: #B59FA6;
}
</style>
border-color css
<style>
span { border-color: #B59FA6; }
span { border-color: rgb(181,159,166); }
td.TdClassName
{
border-color: #B59FA6;
}
.TagClassName
{
border-color: #B59FA6;
}
</style>