Shades of Viola #B4939E
Tints of Viola #B4939E
RGB
CMYK
RGB Variations
Color information
#B4939E (or 0xB4939E) is known color: Viola. HEX triplet: B4, 93 and 9E. RGB value is (180,147,158). Sum of RGB (Red+Green+Blue) = 180+147+158=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 180 - color contains mainly: red. Hex color #B4939E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4939E is #4B6C61. Grayscale: #9E9E9E. Windows color (decimal): -4942946 or 10392500. OLE color: 10392500.
HSL color Cylindrical-coordinate representation of color #B4939E: hue angle of 340º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4939E is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 147 | 158 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.29 |
| HSL | 340º | 0.18% | 0.64% | - |
| HSV(B) | 340º | 0.18% | 0.71% | - |
| XYZ | 35.43 | 33.04 | 36.86 | - |
| YUV | 158.12 | 127.93 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 147 | 158 | 0 | 0.18 | 0.12 | 0.29 | 340 | 0.18 | 0.64 |
| Hex | B4 | 93 | 9E | 0 | 12 | C | 1D | 154 | 12 | 40 |
| Octal | 264 | 223 | 236 | 0 | 22 | 14 | 35 | 524 | 22 | 100 |
| Binary | 10110100 | 10010011 | 10011110 | 0 | 10010 | 1100 | 11101 | 101010100 | 10010 | 1000000 |
Color Harmonies of #B4939E
Complementary color
Monochromatic Colors of #B4939E
Black with #B4939E
Text Example
Text Example
White with #B4939E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4939E; }
p { color: rgb(180,147,158); }
H1.HeaderClassName
{
color: #B4939E;
}
.AnyTagClassName
{
color: #B4939E;
}
</style>
background-color css
<style>
a { background-color: #B4939E; }
a { background-color: rgb(180,147,158); }
div.DivClassName
{
background-color: #B4939E;
}
.BgClassName
{
background-color: #B4939E;
}
</style>
border-color css
<style>
span { border-color: #B4939E; }
span { border-color: rgb(180,147,158); }
td.TdClassName
{
border-color: #B4939E;
}
.TagClassName
{
border-color: #B4939E;
}
</style>