Shades of Viola #B6959D
Tints of Viola #B6959D
RGB
CMYK
RGB Variations
Color information
#B6959D (or 0xB6959D) is known color: Viola. HEX triplet: B6, 95 and 9D. RGB value is (182,149,157). Sum of RGB (Red+Green+Blue) = 182+149+157=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 182 - color contains mainly: red. Hex color #B6959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6959D is #496A62. Grayscale: #9F9F9F. Windows color (decimal): -4811363 or 10327478. OLE color: 10327478.
HSL color Cylindrical-coordinate representation of color #B6959D: hue angle of 345.45º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B6959D is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 149 | 157 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.29 |
| HSL | 345.45º | 0.18% | 0.65% | - |
| HSV(B) | 345.45º | 0.18% | 0.71% | - |
| XYZ | 36.12 | 33.87 | 36.53 | - |
| YUV | 159.78 | 126.43 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 149 | 157 | 0 | 0.18 | 0.14 | 0.29 | 345.45 | 0.18 | 0.65 |
| Hex | B6 | 95 | 9D | 0 | 12 | E | 1D | 159 | 12 | 41 |
| Octal | 266 | 225 | 235 | 0 | 22 | 16 | 35 | 531 | 22 | 101 |
| Binary | 10110110 | 10010101 | 10011101 | 0 | 10010 | 1110 | 11101 | 101011001 | 10010 | 1000001 |
Color Harmonies of #B6959D
Complementary color
Monochromatic Colors of #B6959D
Black with #B6959D
Text Example
Text Example
White with #B6959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6959D; }
p { color: rgb(182,149,157); }
H1.HeaderClassName
{
color: #B6959D;
}
.AnyTagClassName
{
color: #B6959D;
}
</style>
background-color css
<style>
a { background-color: #B6959D; }
a { background-color: rgb(182,149,157); }
div.DivClassName
{
background-color: #B6959D;
}
.BgClassName
{
background-color: #B6959D;
}
</style>
border-color css
<style>
span { border-color: #B6959D; }
span { border-color: rgb(182,149,157); }
td.TdClassName
{
border-color: #B6959D;
}
.TagClassName
{
border-color: #B6959D;
}
</style>