Shades of Viola #B6899C
Tints of Viola #B6899C
RGB
CMYK
RGB Variations
Color information
#B6899C (or 0xB6899C) is known color: Viola. HEX triplet: B6, 89 and 9C. RGB value is (182,137,156). Sum of RGB (Red+Green+Blue) = 182+137+156=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 182 - color contains mainly: red. Hex color #B6899C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6899C is #497663. Grayscale: #989898. Windows color (decimal): -4814436 or 10258870. OLE color: 10258870.
HSL color Cylindrical-coordinate representation of color #B6899C: hue angle of 334.67º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6899C is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 137 | 156 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.29 |
| HSL | 334.67º | 0.24% | 0.63% | - |
| HSV(B) | 334.67º | 0.25% | 0.71% | - |
| XYZ | 34.24 | 30.24 | 35.48 | - |
| YUV | 152.62 | 129.91 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 137 | 156 | 0 | 0.25 | 0.14 | 0.29 | 334.67 | 0.24 | 0.63 |
| Hex | B6 | 89 | 9C | 0 | 19 | E | 1D | 14F | 18 | 3F |
| Octal | 266 | 211 | 234 | 0 | 31 | 16 | 35 | 517 | 30 | 77 |
| Binary | 10110110 | 10001001 | 10011100 | 0 | 11001 | 1110 | 11101 | 101001111 | 11000 | 111111 |
Color Harmonies of #B6899C
Complementary color
Monochromatic Colors of #B6899C
Black with #B6899C
Text Example
Text Example
White with #B6899C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6899C; }
p { color: rgb(182,137,156); }
H1.HeaderClassName
{
color: #B6899C;
}
.AnyTagClassName
{
color: #B6899C;
}
</style>
background-color css
<style>
a { background-color: #B6899C; }
a { background-color: rgb(182,137,156); }
div.DivClassName
{
background-color: #B6899C;
}
.BgClassName
{
background-color: #B6899C;
}
</style>
border-color css
<style>
span { border-color: #B6899C; }
span { border-color: rgb(182,137,156); }
td.TdClassName
{
border-color: #B6899C;
}
.TagClassName
{
border-color: #B6899C;
}
</style>