Shades of Viola #B78D94
Tints of Viola #B78D94
RGB
CMYK
RGB Variations
Color information
#B78D94 (or 0xB78D94) is known color: Viola. HEX triplet: B7, 8D and 94. RGB value is (183,141,148). Sum of RGB (Red+Green+Blue) = 183+141+148=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 183 - color contains mainly: red. Hex color #B78D94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78D94 is #48726B. Grayscale: #9A9A9A. Windows color (decimal): -4747884 or 9735607. OLE color: 9735607.
HSL color Cylindrical-coordinate representation of color #B78D94: hue angle of 350º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B78D94 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 141 | 148 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.28 |
| HSL | 350º | 0.23% | 0.64% | - |
| HSV(B) | 350º | 0.23% | 0.72% | - |
| XYZ | 34.4 | 31.26 | 32.24 | - |
| YUV | 154.36 | 124.41 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 141 | 148 | 0 | 0.23 | 0.19 | 0.28 | 350 | 0.23 | 0.64 |
| Hex | B7 | 8D | 94 | 0 | 17 | 13 | 1C | 15E | 17 | 40 |
| Octal | 267 | 215 | 224 | 0 | 27 | 23 | 34 | 536 | 27 | 100 |
| Binary | 10110111 | 10001101 | 10010100 | 0 | 10111 | 10011 | 11100 | 101011110 | 10111 | 1000000 |
Color Harmonies of #B78D94
Complementary color
Monochromatic Colors of #B78D94
Black with #B78D94
Text Example
Text Example
White with #B78D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78D94; }
p { color: rgb(183,141,148); }
H1.HeaderClassName
{
color: #B78D94;
}
.AnyTagClassName
{
color: #B78D94;
}
</style>
background-color css
<style>
a { background-color: #B78D94; }
a { background-color: rgb(183,141,148); }
div.DivClassName
{
background-color: #B78D94;
}
.BgClassName
{
background-color: #B78D94;
}
</style>
border-color css
<style>
span { border-color: #B78D94; }
span { border-color: rgb(183,141,148); }
td.TdClassName
{
border-color: #B78D94;
}
.TagClassName
{
border-color: #B78D94;
}
</style>