Shades of Viola #B5888A
Tints of Viola #B5888A
RGB
CMYK
RGB Variations
Color information
#B5888A (or 0xB5888A) is known color: Viola. HEX triplet: B5, 88 and 8A. RGB value is (181,136,138). Sum of RGB (Red+Green+Blue) = 181+136+138=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B5888A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5888A is #4A7775. Grayscale: #959595. Windows color (decimal): -4880246 or 9078965. OLE color: 9078965.
HSL color Cylindrical-coordinate representation of color #B5888A: hue angle of 357.33º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5888A is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 136 | 138 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.29 |
| HSL | 357.33º | 0.23% | 0.62% | - |
| HSV(B) | 357.33º | 0.25% | 0.71% | - |
| XYZ | 32.45 | 29.27 | 27.98 | - |
| YUV | 149.68 | 121.41 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 136 | 138 | 0 | 0.25 | 0.24 | 0.29 | 357.33 | 0.23 | 0.62 |
| Hex | B5 | 88 | 8A | 0 | 19 | 18 | 1D | 165 | 17 | 3E |
| Octal | 265 | 210 | 212 | 0 | 31 | 30 | 35 | 545 | 27 | 76 |
| Binary | 10110101 | 10001000 | 10001010 | 0 | 11001 | 11000 | 11101 | 101100101 | 10111 | 111110 |
Color Harmonies of #B5888A
Complementary color
Monochromatic Colors of #B5888A
Black with #B5888A
Text Example
Text Example
White with #B5888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5888A; }
p { color: rgb(181,136,138); }
H1.HeaderClassName
{
color: #B5888A;
}
.AnyTagClassName
{
color: #B5888A;
}
</style>
background-color css
<style>
a { background-color: #B5888A; }
a { background-color: rgb(181,136,138); }
div.DivClassName
{
background-color: #B5888A;
}
.BgClassName
{
background-color: #B5888A;
}
</style>
border-color css
<style>
span { border-color: #B5888A; }
span { border-color: rgb(181,136,138); }
td.TdClassName
{
border-color: #B5888A;
}
.TagClassName
{
border-color: #B5888A;
}
</style>