Shades of Viola #B5979D
Tints of Viola #B5979D
RGB
CMYK
RGB Variations
Color information
#B5979D (or 0xB5979D) is known color: Viola. HEX triplet: B5, 97 and 9D. RGB value is (181,151,157). Sum of RGB (Red+Green+Blue) = 181+151+157=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 151 (59.38% from 255 or 30.88% from 489); Blue value is 157 (61.72% from 255 or 32.11% from 489); Max value from RGB is 181 - color contains mainly: red. Hex color #B5979D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5979D is #4A6862. Grayscale: #A0A0A0. Windows color (decimal): -4876387 or 10327989. OLE color: 10327989.
HSL color Cylindrical-coordinate representation of color #B5979D: hue angle of 348º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5979D is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 151 | 157 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.29 |
| HSL | 348º | 0.17% | 0.65% | - |
| HSV(B) | 348º | 0.17% | 0.71% | - |
| XYZ | 36.21 | 34.39 | 36.63 | - |
| YUV | 160.65 | 125.94 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 151 | 157 | 0 | 0.17 | 0.13 | 0.29 | 348 | 0.17 | 0.65 |
| Hex | B5 | 97 | 9D | 0 | 11 | D | 1D | 15C | 11 | 41 |
| Octal | 265 | 227 | 235 | 0 | 21 | 15 | 35 | 534 | 21 | 101 |
| Binary | 10110101 | 10010111 | 10011101 | 0 | 10001 | 1101 | 11101 | 101011100 | 10001 | 1000001 |
Color Harmonies of #B5979D
Complementary color
Monochromatic Colors of #B5979D
Black with #B5979D
Text Example
Text Example
White with #B5979D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5979D; }
p { color: rgb(181,151,157); }
H1.HeaderClassName
{
color: #B5979D;
}
.AnyTagClassName
{
color: #B5979D;
}
</style>
background-color css
<style>
a { background-color: #B5979D; }
a { background-color: rgb(181,151,157); }
div.DivClassName
{
background-color: #B5979D;
}
.BgClassName
{
background-color: #B5979D;
}
</style>
border-color css
<style>
span { border-color: #B5979D; }
span { border-color: rgb(181,151,157); }
td.TdClassName
{
border-color: #B5979D;
}
.TagClassName
{
border-color: #B5979D;
}
</style>