Shades of Viola #B5878A
Tints of Viola #B5878A
RGB
CMYK
RGB Variations
Color information
#B5878A (or 0xB5878A) is known color: Viola. HEX triplet: B5, 87 and 8A. RGB value is (181,135,138). Sum of RGB (Red+Green+Blue) = 181+135+138=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 181 - color contains mainly: red. Hex color #B5878A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5878A is #4A7875. Grayscale: #959595. Windows color (decimal): -4880502 or 9078709. OLE color: 9078709.
HSL color Cylindrical-coordinate representation of color #B5878A: hue angle of 356.09º degrees, saturation: 0.24, 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 #B5878A is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 135 | 138 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.29 |
| HSL | 356.09º | 0.24% | 0.62% | - |
| HSV(B) | 356.09º | 0.25% | 0.71% | - |
| XYZ | 32.31 | 28.99 | 27.94 | - |
| YUV | 149.1 | 121.74 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 135 | 138 | 0 | 0.25 | 0.24 | 0.29 | 356.09 | 0.24 | 0.62 |
| Hex | B5 | 87 | 8A | 0 | 19 | 18 | 1D | 164 | 18 | 3E |
| Octal | 265 | 207 | 212 | 0 | 31 | 30 | 35 | 544 | 30 | 76 |
| Binary | 10110101 | 10000111 | 10001010 | 0 | 11001 | 11000 | 11101 | 101100100 | 11000 | 111110 |
Color Harmonies of #B5878A
Complementary color
Monochromatic Colors of #B5878A
Black with #B5878A
Text Example
Text Example
White with #B5878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5878A; }
p { color: rgb(181,135,138); }
H1.HeaderClassName
{
color: #B5878A;
}
.AnyTagClassName
{
color: #B5878A;
}
</style>
background-color css
<style>
a { background-color: #B5878A; }
a { background-color: rgb(181,135,138); }
div.DivClassName
{
background-color: #B5878A;
}
.BgClassName
{
background-color: #B5878A;
}
</style>
border-color css
<style>
span { border-color: #B5878A; }
span { border-color: rgb(181,135,138); }
td.TdClassName
{
border-color: #B5878A;
}
.TagClassName
{
border-color: #B5878A;
}
</style>