Shades of Viola #B49298
Tints of Viola #B49298
RGB
CMYK
RGB Variations
Color information
#B49298 (or 0xB49298) is known color: Viola. HEX triplet: B4, 92 and 98. RGB value is (180,146,152). Sum of RGB (Red+Green+Blue) = 180+146+152=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 180 - color contains mainly: red. Hex color #B49298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49298 is #4B6D67. Grayscale: #9C9C9C. Windows color (decimal): -4943208 or 9999028. OLE color: 9999028.
HSL color Cylindrical-coordinate representation of color #B49298: hue angle of 349.41º degrees, saturation: 0.18, 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 #B49298 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 146 | 152 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.29 |
| HSL | 349.41º | 0.18% | 0.64% | - |
| HSV(B) | 349.41º | 0.19% | 0.71% | - |
| XYZ | 34.77 | 32.53 | 34.15 | - |
| YUV | 156.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 146 | 152 | 0 | 0.19 | 0.16 | 0.29 | 349.41 | 0.18 | 0.64 |
| Hex | B4 | 92 | 98 | 0 | 13 | 10 | 1D | 15D | 12 | 40 |
| Octal | 264 | 222 | 230 | 0 | 23 | 20 | 35 | 535 | 22 | 100 |
| Binary | 10110100 | 10010010 | 10011000 | 0 | 10011 | 10000 | 11101 | 101011101 | 10010 | 1000000 |
Color Harmonies of #B49298
Complementary color
Monochromatic Colors of #B49298
Black with #B49298
Text Example
Text Example
White with #B49298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49298; }
p { color: rgb(180,146,152); }
H1.HeaderClassName
{
color: #B49298;
}
.AnyTagClassName
{
color: #B49298;
}
</style>
background-color css
<style>
a { background-color: #B49298; }
a { background-color: rgb(180,146,152); }
div.DivClassName
{
background-color: #B49298;
}
.BgClassName
{
background-color: #B49298;
}
</style>
border-color css
<style>
span { border-color: #B49298; }
span { border-color: rgb(180,146,152); }
td.TdClassName
{
border-color: #B49298;
}
.TagClassName
{
border-color: #B49298;
}
</style>