Shades of Viola #B68B95
Tints of Viola #B68B95
RGB
CMYK
RGB Variations
Color information
#B68B95 (or 0xB68B95) is known color: Viola. HEX triplet: B6, 8B and 95. RGB value is (182,139,149). Sum of RGB (Red+Green+Blue) = 182+139+149=470 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.72% from 470); Green value is 139 (54.69% from 255 or 29.57% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 182 - color contains mainly: red. Hex color #B68B95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68B95 is #49746A. Grayscale: #999999. Windows color (decimal): -4813931 or 9800630. OLE color: 9800630.
HSL color Cylindrical-coordinate representation of color #B68B95: hue angle of 346.05º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B68B95 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 139 | 149 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.29 |
| HSL | 346.05º | 0.23% | 0.63% | - |
| HSV(B) | 346.05º | 0.24% | 0.71% | - |
| XYZ | 33.95 | 30.58 | 32.55 | - |
| YUV | 153 | 125.75 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 139 | 149 | 0 | 0.24 | 0.18 | 0.29 | 346.05 | 0.23 | 0.63 |
| Hex | B6 | 8B | 95 | 0 | 18 | 12 | 1D | 15A | 17 | 3F |
| Octal | 266 | 213 | 225 | 0 | 30 | 22 | 35 | 532 | 27 | 77 |
| Binary | 10110110 | 10001011 | 10010101 | 0 | 11000 | 10010 | 11101 | 101011010 | 10111 | 111111 |
Color Harmonies of #B68B95
Complementary color
Monochromatic Colors of #B68B95
Black with #B68B95
Text Example
Text Example
White with #B68B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68B95; }
p { color: rgb(182,139,149); }
H1.HeaderClassName
{
color: #B68B95;
}
.AnyTagClassName
{
color: #B68B95;
}
</style>
background-color css
<style>
a { background-color: #B68B95; }
a { background-color: rgb(182,139,149); }
div.DivClassName
{
background-color: #B68B95;
}
.BgClassName
{
background-color: #B68B95;
}
</style>
border-color css
<style>
span { border-color: #B68B95; }
span { border-color: rgb(182,139,149); }
td.TdClassName
{
border-color: #B68B95;
}
.TagClassName
{
border-color: #B68B95;
}
</style>