Shades of Viola #B6868C
Tints of Viola #B6868C
RGB
CMYK
RGB Variations
Color information
#B6868C (or 0xB6868C) is known color: Viola. HEX triplet: B6, 86 and 8C. RGB value is (182,134,140). Sum of RGB (Red+Green+Blue) = 182+134+140=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 182 - color contains mainly: red. Hex color #B6868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6868C is #497973. Grayscale: #959595. Windows color (decimal): -4815220 or 9209526. OLE color: 9209526.
HSL color Cylindrical-coordinate representation of color #B6868C: hue angle of 352.5º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B6868C is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 134 | 140 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.29 |
| HSL | 352.5º | 0.25% | 0.62% | - |
| HSV(B) | 352.5º | 0.26% | 0.71% | - |
| XYZ | 32.55 | 28.89 | 28.67 | - |
| YUV | 149.04 | 122.9 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 134 | 140 | 0 | 0.26 | 0.23 | 0.29 | 352.5 | 0.25 | 0.62 |
| Hex | B6 | 86 | 8C | 0 | 1A | 17 | 1D | 160 | 19 | 3E |
| Octal | 266 | 206 | 214 | 0 | 32 | 27 | 35 | 540 | 31 | 76 |
| Binary | 10110110 | 10000110 | 10001100 | 0 | 11010 | 10111 | 11101 | 101100000 | 11001 | 111110 |
Color Harmonies of #B6868C
Complementary color
Monochromatic Colors of #B6868C
Black with #B6868C
Text Example
Text Example
White with #B6868C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6868C; }
p { color: rgb(182,134,140); }
H1.HeaderClassName
{
color: #B6868C;
}
.AnyTagClassName
{
color: #B6868C;
}
</style>
background-color css
<style>
a { background-color: #B6868C; }
a { background-color: rgb(182,134,140); }
div.DivClassName
{
background-color: #B6868C;
}
.BgClassName
{
background-color: #B6868C;
}
</style>
border-color css
<style>
span { border-color: #B6868C; }
span { border-color: rgb(182,134,140); }
td.TdClassName
{
border-color: #B6868C;
}
.TagClassName
{
border-color: #B6868C;
}
</style>