Shades of Viola #B68697
Tints of Viola #B68697
RGB
CMYK
RGB Variations
Color information
#B68697 (or 0xB68697) is known color: Viola. HEX triplet: B6, 86 and 97. RGB value is (182,134,151). Sum of RGB (Red+Green+Blue) = 182+134+151=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 151 (59.38% from 255 or 32.33% from 467); Max value from RGB is 182 - color contains mainly: red. Hex color #B68697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68697 is #497968. Grayscale: #969696. Windows color (decimal): -4815209 or 9930422. OLE color: 9930422.
HSL color Cylindrical-coordinate representation of color #B68697: hue angle of 338.75º 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 #B68697 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 134 | 151 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.29 |
| HSL | 338.75º | 0.25% | 0.62% | - |
| HSV(B) | 338.75º | 0.26% | 0.71% | - |
| XYZ | 33.4 | 29.23 | 33.16 | - |
| YUV | 150.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 134 | 151 | 0 | 0.26 | 0.17 | 0.29 | 338.75 | 0.25 | 0.62 |
| Hex | B6 | 86 | 97 | 0 | 1A | 11 | 1D | 153 | 19 | 3E |
| Octal | 266 | 206 | 227 | 0 | 32 | 21 | 35 | 523 | 31 | 76 |
| Binary | 10110110 | 10000110 | 10010111 | 0 | 11010 | 10001 | 11101 | 101010011 | 11001 | 111110 |
Color Harmonies of #B68697
Complementary color
Monochromatic Colors of #B68697
Black with #B68697
Text Example
Text Example
White with #B68697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68697; }
p { color: rgb(182,134,151); }
H1.HeaderClassName
{
color: #B68697;
}
.AnyTagClassName
{
color: #B68697;
}
</style>
background-color css
<style>
a { background-color: #B68697; }
a { background-color: rgb(182,134,151); }
div.DivClassName
{
background-color: #B68697;
}
.BgClassName
{
background-color: #B68697;
}
</style>
border-color css
<style>
span { border-color: #B68697; }
span { border-color: rgb(182,134,151); }
td.TdClassName
{
border-color: #B68697;
}
.TagClassName
{
border-color: #B68697;
}
</style>