Shades of Viola #B1878F
Tints of Viola #B1878F
RGB
CMYK
RGB Variations
Color information
#B1878F (or 0xB1878F) is known color: Viola. HEX triplet: B1, 87 and 8F. RGB value is (177,135,143). Sum of RGB (Red+Green+Blue) = 177+135+143=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 177 - color contains mainly: red. Hex color #B1878F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1878F is #4E7870. Grayscale: #949494. Windows color (decimal): -5142641 or 9406385. OLE color: 9406385.
HSL color Cylindrical-coordinate representation of color #B1878F: hue angle of 348.57º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1878F is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 135 | 143 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.31 |
| HSL | 348.57º | 0.21% | 0.61% | - |
| HSV(B) | 348.57º | 0.24% | 0.69% | - |
| XYZ | 31.75 | 28.66 | 29.84 | - |
| YUV | 148.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 143 | 0 | 0.24 | 0.19 | 0.31 | 348.57 | 0.21 | 0.61 |
| Hex | B1 | 87 | 8F | 0 | 18 | 13 | 1F | 15D | 15 | 3D |
| Octal | 261 | 207 | 217 | 0 | 30 | 23 | 37 | 535 | 25 | 75 |
| Binary | 10110001 | 10000111 | 10001111 | 0 | 11000 | 10011 | 11111 | 101011101 | 10101 | 111101 |
Color Harmonies of #B1878F
Complementary color
Monochromatic Colors of #B1878F
Black with #B1878F
Text Example
Text Example
White with #B1878F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1878F; }
p { color: rgb(177,135,143); }
H1.HeaderClassName
{
color: #B1878F;
}
.AnyTagClassName
{
color: #B1878F;
}
</style>
background-color css
<style>
a { background-color: #B1878F; }
a { background-color: rgb(177,135,143); }
div.DivClassName
{
background-color: #B1878F;
}
.BgClassName
{
background-color: #B1878F;
}
</style>
border-color css
<style>
span { border-color: #B1878F; }
span { border-color: rgb(177,135,143); }
td.TdClassName
{
border-color: #B1878F;
}
.TagClassName
{
border-color: #B1878F;
}
</style>