Shades of Viola #B6949D
Tints of Viola #B6949D
RGB
CMYK
RGB Variations
Color information
#B6949D (or 0xB6949D) is known color: Viola. HEX triplet: B6, 94 and 9D. RGB value is (182,148,157). Sum of RGB (Red+Green+Blue) = 182+148+157=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 157 (61.72% from 255 or 32.24% from 487); Max value from RGB is 182 - color contains mainly: red. Hex color #B6949D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6949D is #496B62. Grayscale: #9F9F9F. Windows color (decimal): -4811619 or 10327222. OLE color: 10327222.
HSL color Cylindrical-coordinate representation of color #B6949D: hue angle of 344.12º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B6949D is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 148 | 157 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.29 |
| HSL | 344.12º | 0.19% | 0.65% | - |
| HSV(B) | 344.12º | 0.19% | 0.71% | - |
| XYZ | 35.97 | 33.56 | 36.48 | - |
| YUV | 159.19 | 126.76 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 148 | 157 | 0 | 0.19 | 0.14 | 0.29 | 344.12 | 0.19 | 0.65 |
| Hex | B6 | 94 | 9D | 0 | 13 | E | 1D | 158 | 13 | 41 |
| Octal | 266 | 224 | 235 | 0 | 23 | 16 | 35 | 530 | 23 | 101 |
| Binary | 10110110 | 10010100 | 10011101 | 0 | 10011 | 1110 | 11101 | 101011000 | 10011 | 1000001 |
Color Harmonies of #B6949D
Complementary color
Monochromatic Colors of #B6949D
Black with #B6949D
Text Example
Text Example
White with #B6949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6949D; }
p { color: rgb(182,148,157); }
H1.HeaderClassName
{
color: #B6949D;
}
.AnyTagClassName
{
color: #B6949D;
}
</style>
background-color css
<style>
a { background-color: #B6949D; }
a { background-color: rgb(182,148,157); }
div.DivClassName
{
background-color: #B6949D;
}
.BgClassName
{
background-color: #B6949D;
}
</style>
border-color css
<style>
span { border-color: #B6949D; }
span { border-color: rgb(182,148,157); }
td.TdClassName
{
border-color: #B6949D;
}
.TagClassName
{
border-color: #B6949D;
}
</style>