Shades of Viola #B4919E
Tints of Viola #B4919E
RGB
CMYK
RGB Variations
Color information
#B4919E (or 0xB4919E) is known color: Viola. HEX triplet: B4, 91 and 9E. RGB value is (180,145,158). Sum of RGB (Red+Green+Blue) = 180+145+158=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 158 (62.11% from 255 or 32.71% from 483); Max value from RGB is 180 - color contains mainly: red. Hex color #B4919E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4919E is #4B6E61. Grayscale: #9C9C9C. Windows color (decimal): -4943458 or 10391988. OLE color: 10391988.
HSL color Cylindrical-coordinate representation of color #B4919E: hue angle of 337.71º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4919E is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 145 | 158 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.29 |
| HSL | 337.71º | 0.19% | 0.64% | - |
| HSV(B) | 337.71º | 0.19% | 0.71% | - |
| XYZ | 35.12 | 32.42 | 36.75 | - |
| YUV | 156.95 | 128.6 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 145 | 158 | 0 | 0.19 | 0.12 | 0.29 | 337.71 | 0.19 | 0.64 |
| Hex | B4 | 91 | 9E | 0 | 13 | C | 1D | 152 | 13 | 40 |
| Octal | 264 | 221 | 236 | 0 | 23 | 14 | 35 | 522 | 23 | 100 |
| Binary | 10110100 | 10010001 | 10011110 | 0 | 10011 | 1100 | 11101 | 101010010 | 10011 | 1000000 |
Color Harmonies of #B4919E
Complementary color
Monochromatic Colors of #B4919E
Black with #B4919E
Text Example
Text Example
White with #B4919E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4919E; }
p { color: rgb(180,145,158); }
H1.HeaderClassName
{
color: #B4919E;
}
.AnyTagClassName
{
color: #B4919E;
}
</style>
background-color css
<style>
a { background-color: #B4919E; }
a { background-color: rgb(180,145,158); }
div.DivClassName
{
background-color: #B4919E;
}
.BgClassName
{
background-color: #B4919E;
}
</style>
border-color css
<style>
span { border-color: #B4919E; }
span { border-color: rgb(180,145,158); }
td.TdClassName
{
border-color: #B4919E;
}
.TagClassName
{
border-color: #B4919E;
}
</style>