Shades of Viola #B6889C
Tints of Viola #B6889C
RGB
CMYK
RGB Variations
Color information
#B6889C (or 0xB6889C) is known color: Viola. HEX triplet: B6, 88 and 9C. RGB value is (182,136,156). Sum of RGB (Red+Green+Blue) = 182+136+156=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 182 - color contains mainly: red. Hex color #B6889C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6889C is #497763. Grayscale: #989898. Windows color (decimal): -4814692 or 10258614. OLE color: 10258614.
HSL color Cylindrical-coordinate representation of color #B6889C: hue angle of 333.91º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6889C is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 136 | 156 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.29 |
| HSL | 333.91º | 0.24% | 0.62% | - |
| HSV(B) | 333.91º | 0.25% | 0.71% | - |
| XYZ | 34.1 | 29.95 | 35.44 | - |
| YUV | 152.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 136 | 156 | 0 | 0.25 | 0.14 | 0.29 | 333.91 | 0.24 | 0.62 |
| Hex | B6 | 88 | 9C | 0 | 19 | E | 1D | 14E | 18 | 3E |
| Octal | 266 | 210 | 234 | 0 | 31 | 16 | 35 | 516 | 30 | 76 |
| Binary | 10110110 | 10001000 | 10011100 | 0 | 11001 | 1110 | 11101 | 101001110 | 11000 | 111110 |
Color Harmonies of #B6889C
Complementary color
Monochromatic Colors of #B6889C
Black with #B6889C
Text Example
Text Example
White with #B6889C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6889C; }
p { color: rgb(182,136,156); }
H1.HeaderClassName
{
color: #B6889C;
}
.AnyTagClassName
{
color: #B6889C;
}
</style>
background-color css
<style>
a { background-color: #B6889C; }
a { background-color: rgb(182,136,156); }
div.DivClassName
{
background-color: #B6889C;
}
.BgClassName
{
background-color: #B6889C;
}
</style>
border-color css
<style>
span { border-color: #B6889C; }
span { border-color: rgb(182,136,156); }
td.TdClassName
{
border-color: #B6889C;
}
.TagClassName
{
border-color: #B6889C;
}
</style>