Shades of Viola #B38D9C
Tints of Viola #B38D9C
RGB
CMYK
RGB Variations
Color information
#B38D9C (or 0xB38D9C) is known color: Viola. HEX triplet: B3, 8D and 9C. RGB value is (179,141,156). Sum of RGB (Red+Green+Blue) = 179+141+156=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38D9C is #4C7263. Grayscale: #9A9A9A. Windows color (decimal): -5010020 or 10259891. OLE color: 10259891.
HSL color Cylindrical-coordinate representation of color #B38D9C: hue angle of 336.32º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B38D9C is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 141 | 156 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.30 |
| HSL | 336.32º | 0.2% | 0.63% | - |
| HSV(B) | 336.32º | 0.21% | 0.7% | - |
| XYZ | 34.12 | 31.03 | 35.64 | - |
| YUV | 154.07 | 129.09 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 141 | 156 | 0 | 0.21 | 0.13 | 0.30 | 336.32 | 0.2 | 0.63 |
| Hex | B3 | 8D | 9C | 0 | 15 | D | 1E | 150 | 14 | 3F |
| Octal | 263 | 215 | 234 | 0 | 25 | 15 | 36 | 520 | 24 | 77 |
| Binary | 10110011 | 10001101 | 10011100 | 0 | 10101 | 1101 | 11110 | 101010000 | 10100 | 111111 |
Color Harmonies of #B38D9C
Complementary color
Monochromatic Colors of #B38D9C
Black with #B38D9C
Text Example
Text Example
White with #B38D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38D9C; }
p { color: rgb(179,141,156); }
H1.HeaderClassName
{
color: #B38D9C;
}
.AnyTagClassName
{
color: #B38D9C;
}
</style>
background-color css
<style>
a { background-color: #B38D9C; }
a { background-color: rgb(179,141,156); }
div.DivClassName
{
background-color: #B38D9C;
}
.BgClassName
{
background-color: #B38D9C;
}
</style>
border-color css
<style>
span { border-color: #B38D9C; }
span { border-color: rgb(179,141,156); }
td.TdClassName
{
border-color: #B38D9C;
}
.TagClassName
{
border-color: #B38D9C;
}
</style>