Shades of Viola #B6949A
Tints of Viola #B6949A
RGB
CMYK
RGB Variations
Color information
#B6949A (or 0xB6949A) is known color: Viola. HEX triplet: B6, 94 and 9A. RGB value is (182,148,154). Sum of RGB (Red+Green+Blue) = 182+148+154=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 182 - color contains mainly: red. Hex color #B6949A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6949A is #496B65. Grayscale: #9E9E9E. Windows color (decimal): -4811622 or 10130614. OLE color: 10130614.
HSL color Cylindrical-coordinate representation of color #B6949A: hue angle of 349.41º 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 #B6949A is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 148 | 154 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.29 |
| HSL | 349.41º | 0.19% | 0.65% | - |
| HSV(B) | 349.41º | 0.19% | 0.71% | - |
| XYZ | 35.71 | 33.46 | 35.15 | - |
| YUV | 158.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 148 | 154 | 0 | 0.19 | 0.15 | 0.29 | 349.41 | 0.19 | 0.65 |
| Hex | B6 | 94 | 9A | 0 | 13 | F | 1D | 15D | 13 | 41 |
| Octal | 266 | 224 | 232 | 0 | 23 | 17 | 35 | 535 | 23 | 101 |
| Binary | 10110110 | 10010100 | 10011010 | 0 | 10011 | 1111 | 11101 | 101011101 | 10011 | 1000001 |
Color Harmonies of #B6949A
Complementary color
Monochromatic Colors of #B6949A
Black with #B6949A
Text Example
Text Example
White with #B6949A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6949A; }
p { color: rgb(182,148,154); }
H1.HeaderClassName
{
color: #B6949A;
}
.AnyTagClassName
{
color: #B6949A;
}
</style>
background-color css
<style>
a { background-color: #B6949A; }
a { background-color: rgb(182,148,154); }
div.DivClassName
{
background-color: #B6949A;
}
.BgClassName
{
background-color: #B6949A;
}
</style>
border-color css
<style>
span { border-color: #B6949A; }
span { border-color: rgb(182,148,154); }
td.TdClassName
{
border-color: #B6949A;
}
.TagClassName
{
border-color: #B6949A;
}
</style>