Shades of Viola #B5949F
Tints of Viola #B5949F
RGB
CMYK
RGB Variations
Color information
#B5949F (or 0xB5949F) is known color: Viola. HEX triplet: B5, 94 and 9F. RGB value is (181,148,159). Sum of RGB (Red+Green+Blue) = 181+148+159=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 159 (62.5% from 255 or 32.58% from 488); Max value from RGB is 181 - color contains mainly: red. Hex color #B5949F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5949F is #4A6B60. Grayscale: #9F9F9F. Windows color (decimal): -4877153 or 10458293. OLE color: 10458293.
HSL color Cylindrical-coordinate representation of color #B5949F: hue angle of 340º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5949F is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 148 | 159 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.29 |
| HSL | 340º | 0.18% | 0.65% | - |
| HSV(B) | 340º | 0.18% | 0.71% | - |
| XYZ | 35.9 | 33.51 | 37.38 | - |
| YUV | 159.12 | 127.93 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 148 | 159 | 0 | 0.18 | 0.12 | 0.29 | 340 | 0.18 | 0.65 |
| Hex | B5 | 94 | 9F | 0 | 12 | C | 1D | 154 | 12 | 41 |
| Octal | 265 | 224 | 237 | 0 | 22 | 14 | 35 | 524 | 22 | 101 |
| Binary | 10110101 | 10010100 | 10011111 | 0 | 10010 | 1100 | 11101 | 101010100 | 10010 | 1000001 |
Color Harmonies of #B5949F
Complementary color
Monochromatic Colors of #B5949F
Black with #B5949F
Text Example
Text Example
White with #B5949F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5949F; }
p { color: rgb(181,148,159); }
H1.HeaderClassName
{
color: #B5949F;
}
.AnyTagClassName
{
color: #B5949F;
}
</style>
background-color css
<style>
a { background-color: #B5949F; }
a { background-color: rgb(181,148,159); }
div.DivClassName
{
background-color: #B5949F;
}
.BgClassName
{
background-color: #B5949F;
}
</style>
border-color css
<style>
span { border-color: #B5949F; }
span { border-color: rgb(181,148,159); }
td.TdClassName
{
border-color: #B5949F;
}
.TagClassName
{
border-color: #B5949F;
}
</style>