Shades of Viola #B4909D
Tints of Viola #B4909D
RGB
CMYK
RGB Variations
Color information
#B4909D (or 0xB4909D) is known color: Viola. HEX triplet: B4, 90 and 9D. RGB value is (180,144,157). Sum of RGB (Red+Green+Blue) = 180+144+157=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 180 - color contains mainly: red. Hex color #B4909D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4909D is #4B6F62. Grayscale: #9C9C9C. Windows color (decimal): -4943715 or 10326196. OLE color: 10326196.
HSL color Cylindrical-coordinate representation of color #B4909D: hue angle of 338.33º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4909D is Cyan = 0, Magento = 0.2, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 144 | 157 | - |
| CMYK | 0 | 0.2 | 0.13 | 0.29 |
| HSL | 338.33º | 0.19% | 0.64% | - |
| HSV(B) | 338.33º | 0.2% | 0.71% | - |
| XYZ | 34.88 | 32.08 | 36.25 | - |
| YUV | 156.25 | 128.43 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 157 | 0 | 0.2 | 0.13 | 0.29 | 338.33 | 0.19 | 0.64 |
| Hex | B4 | 90 | 9D | 0 | 14 | D | 1D | 152 | 13 | 40 |
| Octal | 264 | 220 | 235 | 0 | 24 | 15 | 35 | 522 | 23 | 100 |
| Binary | 10110100 | 10010000 | 10011101 | 0 | 10100 | 1101 | 11101 | 101010010 | 10011 | 1000000 |
Color Harmonies of #B4909D
Complementary color
Monochromatic Colors of #B4909D
Black with #B4909D
Text Example
Text Example
White with #B4909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4909D; }
p { color: rgb(180,144,157); }
H1.HeaderClassName
{
color: #B4909D;
}
.AnyTagClassName
{
color: #B4909D;
}
</style>
background-color css
<style>
a { background-color: #B4909D; }
a { background-color: rgb(180,144,157); }
div.DivClassName
{
background-color: #B4909D;
}
.BgClassName
{
background-color: #B4909D;
}
</style>
border-color css
<style>
span { border-color: #B4909D; }
span { border-color: rgb(180,144,157); }
td.TdClassName
{
border-color: #B4909D;
}
.TagClassName
{
border-color: #B4909D;
}
</style>