Shades of Viola #B5949B
Tints of Viola #B5949B
RGB
CMYK
RGB Variations
Color information
#B5949B (or 0xB5949B) is known color: Viola. HEX triplet: B5, 94 and 9B. RGB value is (181,148,155). Sum of RGB (Red+Green+Blue) = 181+148+155=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 181 - color contains mainly: red. Hex color #B5949B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5949B is #4A6B64. Grayscale: #9E9E9E. Windows color (decimal): -4877157 or 10196149. OLE color: 10196149.
HSL color Cylindrical-coordinate representation of color #B5949B: hue angle of 347.27º 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 #B5949B is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 148 | 155 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.29 |
| HSL | 347.27º | 0.18% | 0.65% | - |
| HSV(B) | 347.27º | 0.18% | 0.71% | - |
| XYZ | 35.56 | 33.37 | 35.58 | - |
| YUV | 158.67 | 125.93 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 148 | 155 | 0 | 0.18 | 0.14 | 0.29 | 347.27 | 0.18 | 0.65 |
| Hex | B5 | 94 | 9B | 0 | 12 | E | 1D | 15B | 12 | 41 |
| Octal | 265 | 224 | 233 | 0 | 22 | 16 | 35 | 533 | 22 | 101 |
| Binary | 10110101 | 10010100 | 10011011 | 0 | 10010 | 1110 | 11101 | 101011011 | 10010 | 1000001 |
Color Harmonies of #B5949B
Complementary color
Monochromatic Colors of #B5949B
Black with #B5949B
Text Example
Text Example
White with #B5949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5949B; }
p { color: rgb(181,148,155); }
H1.HeaderClassName
{
color: #B5949B;
}
.AnyTagClassName
{
color: #B5949B;
}
</style>
background-color css
<style>
a { background-color: #B5949B; }
a { background-color: rgb(181,148,155); }
div.DivClassName
{
background-color: #B5949B;
}
.BgClassName
{
background-color: #B5949B;
}
</style>
border-color css
<style>
span { border-color: #B5949B; }
span { border-color: rgb(181,148,155); }
td.TdClassName
{
border-color: #B5949B;
}
.TagClassName
{
border-color: #B5949B;
}
</style>