Shades of Viola #B38B9C
Tints of Viola #B38B9C
RGB
CMYK
RGB Variations
Color information
#B38B9C (or 0xB38B9C) is known color: Viola. HEX triplet: B3, 8B and 9C. RGB value is (179,139,156). Sum of RGB (Red+Green+Blue) = 179+139+156=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38B9C is #4C7463. Grayscale: #989898. Windows color (decimal): -5010532 or 10259379. OLE color: 10259379.
HSL color Cylindrical-coordinate representation of color #B38B9C: hue angle of 334.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B38B9C is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 139 | 156 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.30 |
| HSL | 334.5º | 0.21% | 0.62% | - |
| HSV(B) | 334.5º | 0.22% | 0.7% | - |
| XYZ | 33.82 | 30.45 | 35.55 | - |
| YUV | 152.9 | 129.75 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 139 | 156 | 0 | 0.22 | 0.13 | 0.30 | 334.5 | 0.21 | 0.62 |
| Hex | B3 | 8B | 9C | 0 | 16 | D | 1E | 14E | 15 | 3E |
| Octal | 263 | 213 | 234 | 0 | 26 | 15 | 36 | 516 | 25 | 76 |
| Binary | 10110011 | 10001011 | 10011100 | 0 | 10110 | 1101 | 11110 | 101001110 | 10101 | 111110 |
Color Harmonies of #B38B9C
Complementary color
Monochromatic Colors of #B38B9C
Black with #B38B9C
Text Example
Text Example
White with #B38B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38B9C; }
p { color: rgb(179,139,156); }
H1.HeaderClassName
{
color: #B38B9C;
}
.AnyTagClassName
{
color: #B38B9C;
}
</style>
background-color css
<style>
a { background-color: #B38B9C; }
a { background-color: rgb(179,139,156); }
div.DivClassName
{
background-color: #B38B9C;
}
.BgClassName
{
background-color: #B38B9C;
}
</style>
border-color css
<style>
span { border-color: #B38B9C; }
span { border-color: rgb(179,139,156); }
td.TdClassName
{
border-color: #B38B9C;
}
.TagClassName
{
border-color: #B38B9C;
}
</style>