Shades of Viola #B38D9A
Tints of Viola #B38D9A
RGB
CMYK
RGB Variations
Color information
#B38D9A (or 0xB38D9A) is known color: Viola. HEX triplet: B3, 8D and 9A. RGB value is (179,141,154). Sum of RGB (Red+Green+Blue) = 179+141+154=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38D9A is #4C7265. Grayscale: #999999. Windows color (decimal): -5010022 or 10128819. OLE color: 10128819.
HSL color Cylindrical-coordinate representation of color #B38D9A: hue angle of 339.47º 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 #B38D9A is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 141 | 154 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.30 |
| HSL | 339.47º | 0.2% | 0.63% | - |
| HSV(B) | 339.47º | 0.21% | 0.7% | - |
| XYZ | 33.95 | 30.97 | 34.76 | - |
| YUV | 153.84 | 128.09 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 141 | 154 | 0 | 0.21 | 0.14 | 0.30 | 339.47 | 0.2 | 0.63 |
| Hex | B3 | 8D | 9A | 0 | 15 | E | 1E | 153 | 14 | 3F |
| Octal | 263 | 215 | 232 | 0 | 25 | 16 | 36 | 523 | 24 | 77 |
| Binary | 10110011 | 10001101 | 10011010 | 0 | 10101 | 1110 | 11110 | 101010011 | 10100 | 111111 |
Color Harmonies of #B38D9A
Complementary color
Monochromatic Colors of #B38D9A
Black with #B38D9A
Text Example
Text Example
White with #B38D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38D9A; }
p { color: rgb(179,141,154); }
H1.HeaderClassName
{
color: #B38D9A;
}
.AnyTagClassName
{
color: #B38D9A;
}
</style>
background-color css
<style>
a { background-color: #B38D9A; }
a { background-color: rgb(179,141,154); }
div.DivClassName
{
background-color: #B38D9A;
}
.BgClassName
{
background-color: #B38D9A;
}
</style>
border-color css
<style>
span { border-color: #B38D9A; }
span { border-color: rgb(179,141,154); }
td.TdClassName
{
border-color: #B38D9A;
}
.TagClassName
{
border-color: #B38D9A;
}
</style>