Shades of Viola #B6999E
Tints of Viola #B6999E
RGB
CMYK
RGB Variations
Color information
#B6999E (or 0xB6999E) is known color: Viola. HEX triplet: B6, 99 and 9E. RGB value is (182,153,158). Sum of RGB (Red+Green+Blue) = 182+153+158=493 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.92% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 182 - color contains mainly: red. Hex color #B6999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6999E is #496661. Grayscale: #A2A2A2. Windows color (decimal): -4810338 or 10394038. OLE color: 10394038.
HSL color Cylindrical-coordinate representation of color #B6999E: hue angle of 349.66º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B6999E is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 153 | 158 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.29 |
| HSL | 349.66º | 0.17% | 0.66% | - |
| HSV(B) | 349.66º | 0.16% | 0.71% | - |
| XYZ | 36.85 | 35.2 | 37.2 | - |
| YUV | 162.24 | 125.61 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 153 | 158 | 0 | 0.16 | 0.13 | 0.29 | 349.66 | 0.17 | 0.66 |
| Hex | B6 | 99 | 9E | 0 | 10 | D | 1D | 15E | 11 | 42 |
| Octal | 266 | 231 | 236 | 0 | 20 | 15 | 35 | 536 | 21 | 102 |
| Binary | 10110110 | 10011001 | 10011110 | 0 | 10000 | 1101 | 11101 | 101011110 | 10001 | 1000010 |
Color Harmonies of #B6999E
Complementary color
Monochromatic Colors of #B6999E
Black with #B6999E
Text Example
Text Example
White with #B6999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6999E; }
p { color: rgb(182,153,158); }
H1.HeaderClassName
{
color: #B6999E;
}
.AnyTagClassName
{
color: #B6999E;
}
</style>
background-color css
<style>
a { background-color: #B6999E; }
a { background-color: rgb(182,153,158); }
div.DivClassName
{
background-color: #B6999E;
}
.BgClassName
{
background-color: #B6999E;
}
</style>
border-color css
<style>
span { border-color: #B6999E; }
span { border-color: rgb(182,153,158); }
td.TdClassName
{
border-color: #B6999E;
}
.TagClassName
{
border-color: #B6999E;
}
</style>