Shades of Viola #B38A96
Tints of Viola #B38A96
RGB
CMYK
RGB Variations
Color information
#B38A96 (or 0xB38A96) is known color: Viola. HEX triplet: B3, 8A and 96. RGB value is (179,138,150). Sum of RGB (Red+Green+Blue) = 179+138+150=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38A96 is #4C7569. Grayscale: #979797. Windows color (decimal): -5010794 or 9865907. OLE color: 9865907.
HSL color Cylindrical-coordinate representation of color #B38A96: hue angle of 342.44º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B38A96 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 138 | 150 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.30 |
| HSL | 342.44º | 0.21% | 0.62% | - |
| HSV(B) | 342.44º | 0.23% | 0.7% | - |
| XYZ | 33.18 | 29.96 | 32.89 | - |
| YUV | 151.63 | 127.08 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 138 | 150 | 0 | 0.23 | 0.16 | 0.30 | 342.44 | 0.21 | 0.62 |
| Hex | B3 | 8A | 96 | 0 | 17 | 10 | 1E | 156 | 15 | 3E |
| Octal | 263 | 212 | 226 | 0 | 27 | 20 | 36 | 526 | 25 | 76 |
| Binary | 10110011 | 10001010 | 10010110 | 0 | 10111 | 10000 | 11110 | 101010110 | 10101 | 111110 |
Color Harmonies of #B38A96
Complementary color
Monochromatic Colors of #B38A96
Black with #B38A96
Text Example
Text Example
White with #B38A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38A96; }
p { color: rgb(179,138,150); }
H1.HeaderClassName
{
color: #B38A96;
}
.AnyTagClassName
{
color: #B38A96;
}
</style>
background-color css
<style>
a { background-color: #B38A96; }
a { background-color: rgb(179,138,150); }
div.DivClassName
{
background-color: #B38A96;
}
.BgClassName
{
background-color: #B38A96;
}
</style>
border-color css
<style>
span { border-color: #B38A96; }
span { border-color: rgb(179,138,150); }
td.TdClassName
{
border-color: #B38A96;
}
.TagClassName
{
border-color: #B38A96;
}
</style>