Shades of Viola #B39598
Tints of Viola #B39598
RGB
CMYK
RGB Variations
Color information
#B39598 (or 0xB39598) is known color: Viola. HEX triplet: B3, 95 and 98. RGB value is (179,149,152). Sum of RGB (Red+Green+Blue) = 179+149+152=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 152 (59.77% from 255 or 31.67% from 480); Max value from RGB is 179 - color contains mainly: red. Hex color #B39598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39598 is #4C6A67. Grayscale: #9E9E9E. Windows color (decimal): -5007976 or 9999795. OLE color: 9999795.
HSL color Cylindrical-coordinate representation of color #B39598: hue angle of 354º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B39598 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 149 | 152 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.30 |
| HSL | 354º | 0.16% | 0.64% | - |
| HSV(B) | 354º | 0.17% | 0.7% | - |
| XYZ | 35.01 | 33.35 | 34.3 | - |
| YUV | 158.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 149 | 152 | 0 | 0.17 | 0.15 | 0.30 | 354 | 0.16 | 0.64 |
| Hex | B3 | 95 | 98 | 0 | 11 | F | 1E | 162 | 10 | 40 |
| Octal | 263 | 225 | 230 | 0 | 21 | 17 | 36 | 542 | 20 | 100 |
| Binary | 10110011 | 10010101 | 10011000 | 0 | 10001 | 1111 | 11110 | 101100010 | 10000 | 1000000 |
Color Harmonies of #B39598
Complementary color
Monochromatic Colors of #B39598
Black with #B39598
Text Example
Text Example
White with #B39598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39598; }
p { color: rgb(179,149,152); }
H1.HeaderClassName
{
color: #B39598;
}
.AnyTagClassName
{
color: #B39598;
}
</style>
background-color css
<style>
a { background-color: #B39598; }
a { background-color: rgb(179,149,152); }
div.DivClassName
{
background-color: #B39598;
}
.BgClassName
{
background-color: #B39598;
}
</style>
border-color css
<style>
span { border-color: #B39598; }
span { border-color: rgb(179,149,152); }
td.TdClassName
{
border-color: #B39598;
}
.TagClassName
{
border-color: #B39598;
}
</style>