Shades of Viola #B4939B
Tints of Viola #B4939B
RGB
CMYK
RGB Variations
Color information
#B4939B (or 0xB4939B) is known color: Viola. HEX triplet: B4, 93 and 9B. RGB value is (180,147,155). Sum of RGB (Red+Green+Blue) = 180+147+155=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 180 - color contains mainly: red. Hex color #B4939B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4939B is #4B6C64. Grayscale: #9D9D9D. Windows color (decimal): -4942949 or 10195892. OLE color: 10195892.
HSL color Cylindrical-coordinate representation of color #B4939B: hue angle of 345.45º 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 #B4939B is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 147 | 155 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.29 |
| HSL | 345.45º | 0.18% | 0.64% | - |
| HSV(B) | 345.45º | 0.18% | 0.71% | - |
| XYZ | 35.17 | 32.94 | 35.51 | - |
| YUV | 157.78 | 126.43 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 147 | 155 | 0 | 0.18 | 0.14 | 0.29 | 345.45 | 0.18 | 0.64 |
| Hex | B4 | 93 | 9B | 0 | 12 | E | 1D | 159 | 12 | 40 |
| Octal | 264 | 223 | 233 | 0 | 22 | 16 | 35 | 531 | 22 | 100 |
| Binary | 10110100 | 10010011 | 10011011 | 0 | 10010 | 1110 | 11101 | 101011001 | 10010 | 1000000 |
Color Harmonies of #B4939B
Complementary color
Monochromatic Colors of #B4939B
Black with #B4939B
Text Example
Text Example
White with #B4939B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4939B; }
p { color: rgb(180,147,155); }
H1.HeaderClassName
{
color: #B4939B;
}
.AnyTagClassName
{
color: #B4939B;
}
</style>
background-color css
<style>
a { background-color: #B4939B; }
a { background-color: rgb(180,147,155); }
div.DivClassName
{
background-color: #B4939B;
}
.BgClassName
{
background-color: #B4939B;
}
</style>
border-color css
<style>
span { border-color: #B4939B; }
span { border-color: rgb(180,147,155); }
td.TdClassName
{
border-color: #B4939B;
}
.TagClassName
{
border-color: #B4939B;
}
</style>