Shades of Viola #B0878F
Tints of Viola #B0878F
RGB
CMYK
RGB Variations
Color information
#B0878F (or 0xB0878F) is known color: Viola. HEX triplet: B0, 87 and 8F. RGB value is (176,135,143). Sum of RGB (Red+Green+Blue) = 176+135+143=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 143 (56.25% from 255 or 31.50% from 454); Max value from RGB is 176 - color contains mainly: red. Hex color #B0878F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0878F is #4F7870. Grayscale: #949494. Windows color (decimal): -5208177 or 9406384. OLE color: 9406384.
HSL color Cylindrical-coordinate representation of color #B0878F: hue angle of 348.29º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0878F is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 135 | 143 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.31 |
| HSL | 348.29º | 0.21% | 0.61% | - |
| HSV(B) | 348.29º | 0.23% | 0.69% | - |
| XYZ | 31.53 | 28.54 | 29.83 | - |
| YUV | 148.17 | 125.08 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 135 | 143 | 0 | 0.23 | 0.19 | 0.31 | 348.29 | 0.21 | 0.61 |
| Hex | B0 | 87 | 8F | 0 | 17 | 13 | 1F | 15C | 15 | 3D |
| Octal | 260 | 207 | 217 | 0 | 27 | 23 | 37 | 534 | 25 | 75 |
| Binary | 10110000 | 10000111 | 10001111 | 0 | 10111 | 10011 | 11111 | 101011100 | 10101 | 111101 |
Color Harmonies of #B0878F
Complementary color
Monochromatic Colors of #B0878F
Black with #B0878F
Text Example
Text Example
White with #B0878F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0878F; }
p { color: rgb(176,135,143); }
H1.HeaderClassName
{
color: #B0878F;
}
.AnyTagClassName
{
color: #B0878F;
}
</style>
background-color css
<style>
a { background-color: #B0878F; }
a { background-color: rgb(176,135,143); }
div.DivClassName
{
background-color: #B0878F;
}
.BgClassName
{
background-color: #B0878F;
}
</style>
border-color css
<style>
span { border-color: #B0878F; }
span { border-color: rgb(176,135,143); }
td.TdClassName
{
border-color: #B0878F;
}
.TagClassName
{
border-color: #B0878F;
}
</style>