Shades of Viola #B59298
Tints of Viola #B59298
RGB
CMYK
RGB Variations
Color information
#B59298 (or 0xB59298) is known color: Viola. HEX triplet: B5, 92 and 98. RGB value is (181,146,152). Sum of RGB (Red+Green+Blue) = 181+146+152=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 152 (59.77% from 255 or 31.73% from 479); Max value from RGB is 181 - color contains mainly: red. Hex color #B59298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59298 is #4A6D67. Grayscale: #9D9D9D. Windows color (decimal): -4877672 or 9999029. OLE color: 9999029.
HSL color Cylindrical-coordinate representation of color #B59298: hue angle of 349.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 #B59298 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 146 | 152 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.29 |
| HSL | 349.71º | 0.19% | 0.64% | - |
| HSV(B) | 349.71º | 0.19% | 0.71% | - |
| XYZ | 35 | 32.65 | 34.16 | - |
| YUV | 157.15 | 125.1 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 146 | 152 | 0 | 0.19 | 0.16 | 0.29 | 349.71 | 0.19 | 0.64 |
| Hex | B5 | 92 | 98 | 0 | 13 | 10 | 1D | 15E | 13 | 40 |
| Octal | 265 | 222 | 230 | 0 | 23 | 20 | 35 | 536 | 23 | 100 |
| Binary | 10110101 | 10010010 | 10011000 | 0 | 10011 | 10000 | 11101 | 101011110 | 10011 | 1000000 |
Color Harmonies of #B59298
Complementary color
Monochromatic Colors of #B59298
Black with #B59298
Text Example
Text Example
White with #B59298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59298; }
p { color: rgb(181,146,152); }
H1.HeaderClassName
{
color: #B59298;
}
.AnyTagClassName
{
color: #B59298;
}
</style>
background-color css
<style>
a { background-color: #B59298; }
a { background-color: rgb(181,146,152); }
div.DivClassName
{
background-color: #B59298;
}
.BgClassName
{
background-color: #B59298;
}
</style>
border-color css
<style>
span { border-color: #B59298; }
span { border-color: rgb(181,146,152); }
td.TdClassName
{
border-color: #B59298;
}
.TagClassName
{
border-color: #B59298;
}
</style>