Shades of Viola #B68497
Tints of Viola #B68497
RGB
CMYK
RGB Variations
Color information
#B68497 (or 0xB68497) is known color: Viola. HEX triplet: B6, 84 and 97. RGB value is (182,132,151). Sum of RGB (Red+Green+Blue) = 182+132+151=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 182 - color contains mainly: red. Hex color #B68497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68497 is #497B68. Grayscale: #959595. Windows color (decimal): -4815721 or 9929910. OLE color: 9929910.
HSL color Cylindrical-coordinate representation of color #B68497: hue angle of 337.2º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B68497 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 132 | 151 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.29 |
| HSL | 337.2º | 0.26% | 0.62% | - |
| HSV(B) | 337.2º | 0.27% | 0.71% | - |
| XYZ | 33.13 | 28.68 | 33.07 | - |
| YUV | 149.12 | 129.07 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 132 | 151 | 0 | 0.27 | 0.17 | 0.29 | 337.2 | 0.26 | 0.62 |
| Hex | B6 | 84 | 97 | 0 | 1B | 11 | 1D | 151 | 1A | 3E |
| Octal | 266 | 204 | 227 | 0 | 33 | 21 | 35 | 521 | 32 | 76 |
| Binary | 10110110 | 10000100 | 10010111 | 0 | 11011 | 10001 | 11101 | 101010001 | 11010 | 111110 |
Color Harmonies of #B68497
Complementary color
Monochromatic Colors of #B68497
Black with #B68497
Text Example
Text Example
White with #B68497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68497; }
p { color: rgb(182,132,151); }
H1.HeaderClassName
{
color: #B68497;
}
.AnyTagClassName
{
color: #B68497;
}
</style>
background-color css
<style>
a { background-color: #B68497; }
a { background-color: rgb(182,132,151); }
div.DivClassName
{
background-color: #B68497;
}
.BgClassName
{
background-color: #B68497;
}
</style>
border-color css
<style>
span { border-color: #B68497; }
span { border-color: rgb(182,132,151); }
td.TdClassName
{
border-color: #B68497;
}
.TagClassName
{
border-color: #B68497;
}
</style>