Shades of Viola #B3878D
Tints of Viola #B3878D
RGB
CMYK
RGB Variations
Color information
#B3878D (or 0xB3878D) is known color: Viola. HEX triplet: B3, 87 and 8D. RGB value is (179,135,141). Sum of RGB (Red+Green+Blue) = 179+135+141=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B3878D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3878D is #4C7872. Grayscale: #949494. Windows color (decimal): -5011571 or 9275315. OLE color: 9275315.
HSL color Cylindrical-coordinate representation of color #B3878D: hue angle of 351.82º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3878D is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 135 | 141 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.30 |
| HSL | 351.82º | 0.22% | 0.62% | - |
| HSV(B) | 351.82º | 0.25% | 0.7% | - |
| XYZ | 32.06 | 28.83 | 29.08 | - |
| YUV | 148.84 | 123.58 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 135 | 141 | 0 | 0.25 | 0.21 | 0.30 | 351.82 | 0.22 | 0.62 |
| Hex | B3 | 87 | 8D | 0 | 19 | 15 | 1E | 160 | 16 | 3E |
| Octal | 263 | 207 | 215 | 0 | 31 | 25 | 36 | 540 | 26 | 76 |
| Binary | 10110011 | 10000111 | 10001101 | 0 | 11001 | 10101 | 11110 | 101100000 | 10110 | 111110 |
Color Harmonies of #B3878D
Complementary color
Monochromatic Colors of #B3878D
Black with #B3878D
Text Example
Text Example
White with #B3878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3878D; }
p { color: rgb(179,135,141); }
H1.HeaderClassName
{
color: #B3878D;
}
.AnyTagClassName
{
color: #B3878D;
}
</style>
background-color css
<style>
a { background-color: #B3878D; }
a { background-color: rgb(179,135,141); }
div.DivClassName
{
background-color: #B3878D;
}
.BgClassName
{
background-color: #B3878D;
}
</style>
border-color css
<style>
span { border-color: #B3878D; }
span { border-color: rgb(179,135,141); }
td.TdClassName
{
border-color: #B3878D;
}
.TagClassName
{
border-color: #B3878D;
}
</style>