Shades of Viola #B38D93
Tints of Viola #B38D93
RGB
CMYK
RGB Variations
Color information
#B38D93 (or 0xB38D93) is known color: Viola. HEX triplet: B3, 8D and 93. RGB value is (179,141,147). Sum of RGB (Red+Green+Blue) = 179+141+147=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38D93 is #4C726C. Grayscale: #999999. Windows color (decimal): -5010029 or 9670067. OLE color: 9670067.
HSL color Cylindrical-coordinate representation of color #B38D93: hue angle of 350.53º 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 #B38D93 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 141 | 147 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.30 |
| HSL | 350.53º | 0.2% | 0.63% | - |
| HSV(B) | 350.53º | 0.21% | 0.7% | - |
| XYZ | 33.38 | 30.74 | 31.78 | - |
| YUV | 153.05 | 124.59 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 141 | 147 | 0 | 0.21 | 0.18 | 0.30 | 350.53 | 0.2 | 0.63 |
| Hex | B3 | 8D | 93 | 0 | 15 | 12 | 1E | 15F | 14 | 3F |
| Octal | 263 | 215 | 223 | 0 | 25 | 22 | 36 | 537 | 24 | 77 |
| Binary | 10110011 | 10001101 | 10010011 | 0 | 10101 | 10010 | 11110 | 101011111 | 10100 | 111111 |
Color Harmonies of #B38D93
Complementary color
Monochromatic Colors of #B38D93
Black with #B38D93
Text Example
Text Example
White with #B38D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38D93; }
p { color: rgb(179,141,147); }
H1.HeaderClassName
{
color: #B38D93;
}
.AnyTagClassName
{
color: #B38D93;
}
</style>
background-color css
<style>
a { background-color: #B38D93; }
a { background-color: rgb(179,141,147); }
div.DivClassName
{
background-color: #B38D93;
}
.BgClassName
{
background-color: #B38D93;
}
</style>
border-color css
<style>
span { border-color: #B38D93; }
span { border-color: rgb(179,141,147); }
td.TdClassName
{
border-color: #B38D93;
}
.TagClassName
{
border-color: #B38D93;
}
</style>