Shades of Viola #B4999E
Tints of Viola #B4999E
RGB
CMYK
RGB Variations
Color information
#B4999E (or 0xB4999E) is known color: Viola. HEX triplet: B4, 99 and 9E. RGB value is (180,153,158). Sum of RGB (Red+Green+Blue) = 180+153+158=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 180 - color contains mainly: red. Hex color #B4999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4999E is #4B6661. Grayscale: #A1A1A1. Windows color (decimal): -4941410 or 10394036. OLE color: 10394036.
HSL color Cylindrical-coordinate representation of color #B4999E: hue angle of 348.89º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B4999E is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 153 | 158 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.29 |
| HSL | 348.89º | 0.15% | 0.65% | - |
| HSV(B) | 348.89º | 0.15% | 0.71% | - |
| XYZ | 36.39 | 34.95 | 37.18 | - |
| YUV | 161.64 | 125.95 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 153 | 158 | 0 | 0.15 | 0.12 | 0.29 | 348.89 | 0.15 | 0.65 |
| Hex | B4 | 99 | 9E | 0 | F | C | 1D | 15D | F | 41 |
| Octal | 264 | 231 | 236 | 0 | 17 | 14 | 35 | 535 | 17 | 101 |
| Binary | 10110100 | 10011001 | 10011110 | 0 | 1111 | 1100 | 11101 | 101011101 | 1111 | 1000001 |
Color Harmonies of #B4999E
Complementary color
Monochromatic Colors of #B4999E
Black with #B4999E
Text Example
Text Example
White with #B4999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4999E; }
p { color: rgb(180,153,158); }
H1.HeaderClassName
{
color: #B4999E;
}
.AnyTagClassName
{
color: #B4999E;
}
</style>
background-color css
<style>
a { background-color: #B4999E; }
a { background-color: rgb(180,153,158); }
div.DivClassName
{
background-color: #B4999E;
}
.BgClassName
{
background-color: #B4999E;
}
</style>
border-color css
<style>
span { border-color: #B4999E; }
span { border-color: rgb(180,153,158); }
td.TdClassName
{
border-color: #B4999E;
}
.TagClassName
{
border-color: #B4999E;
}
</style>