Shades of Viola #B6959E
Tints of Viola #B6959E
RGB
CMYK
RGB Variations
Color information
#B6959E (or 0xB6959E) is known color: Viola. HEX triplet: B6, 95 and 9E. RGB value is (182,149,158). Sum of RGB (Red+Green+Blue) = 182+149+158=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 158 (62.11% from 255 or 32.31% from 489); Max value from RGB is 182 - color contains mainly: red. Hex color #B6959E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6959E is #496A61. Grayscale: #9F9F9F. Windows color (decimal): -4811362 or 10393014. OLE color: 10393014.
HSL color Cylindrical-coordinate representation of color #B6959E: hue angle of 343.64º 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 #B6959E is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 149 | 158 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.29 |
| HSL | 343.64º | 0.18% | 0.65% | - |
| HSV(B) | 343.64º | 0.18% | 0.71% | - |
| XYZ | 36.21 | 33.91 | 36.98 | - |
| YUV | 159.89 | 126.93 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 149 | 158 | 0 | 0.18 | 0.13 | 0.29 | 343.64 | 0.18 | 0.65 |
| Hex | B6 | 95 | 9E | 0 | 12 | D | 1D | 158 | 12 | 41 |
| Octal | 266 | 225 | 236 | 0 | 22 | 15 | 35 | 530 | 22 | 101 |
| Binary | 10110110 | 10010101 | 10011110 | 0 | 10010 | 1101 | 11101 | 101011000 | 10010 | 1000001 |
Color Harmonies of #B6959E
Complementary color
Monochromatic Colors of #B6959E
Black with #B6959E
Text Example
Text Example
White with #B6959E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6959E; }
p { color: rgb(182,149,158); }
H1.HeaderClassName
{
color: #B6959E;
}
.AnyTagClassName
{
color: #B6959E;
}
</style>
background-color css
<style>
a { background-color: #B6959E; }
a { background-color: rgb(182,149,158); }
div.DivClassName
{
background-color: #B6959E;
}
.BgClassName
{
background-color: #B6959E;
}
</style>
border-color css
<style>
span { border-color: #B6959E; }
span { border-color: rgb(182,149,158); }
td.TdClassName
{
border-color: #B6959E;
}
.TagClassName
{
border-color: #B6959E;
}
</style>