Shades of Viola #B5969D
Tints of Viola #B5969D
RGB
CMYK
RGB Variations
Color information
#B5969D (or 0xB5969D) is known color: Viola. HEX triplet: B5, 96 and 9D. RGB value is (181,150,157). Sum of RGB (Red+Green+Blue) = 181+150+157=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 181 - color contains mainly: red. Hex color #B5969D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5969D is #4A6962. Grayscale: #A0A0A0. Windows color (decimal): -4876643 or 10327733. OLE color: 10327733.
HSL color Cylindrical-coordinate representation of color #B5969D: hue angle of 346.45º 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 #B5969D is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 150 | 157 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.29 |
| HSL | 346.45º | 0.17% | 0.65% | - |
| HSV(B) | 346.45º | 0.17% | 0.71% | - |
| XYZ | 36.05 | 34.07 | 36.57 | - |
| YUV | 160.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 150 | 157 | 0 | 0.17 | 0.13 | 0.29 | 346.45 | 0.17 | 0.65 |
| Hex | B5 | 96 | 9D | 0 | 11 | D | 1D | 15A | 11 | 41 |
| Octal | 265 | 226 | 235 | 0 | 21 | 15 | 35 | 532 | 21 | 101 |
| Binary | 10110101 | 10010110 | 10011101 | 0 | 10001 | 1101 | 11101 | 101011010 | 10001 | 1000001 |
Color Harmonies of #B5969D
Complementary color
Monochromatic Colors of #B5969D
Black with #B5969D
Text Example
Text Example
White with #B5969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5969D; }
p { color: rgb(181,150,157); }
H1.HeaderClassName
{
color: #B5969D;
}
.AnyTagClassName
{
color: #B5969D;
}
</style>
background-color css
<style>
a { background-color: #B5969D; }
a { background-color: rgb(181,150,157); }
div.DivClassName
{
background-color: #B5969D;
}
.BgClassName
{
background-color: #B5969D;
}
</style>
border-color css
<style>
span { border-color: #B5969D; }
span { border-color: rgb(181,150,157); }
td.TdClassName
{
border-color: #B5969D;
}
.TagClassName
{
border-color: #B5969D;
}
</style>