Shades of Viola #B78794
Tints of Viola #B78794
RGB
CMYK
RGB Variations
Color information
#B78794 (or 0xB78794) is known color: Viola. HEX triplet: B7, 87 and 94. RGB value is (183,135,148). Sum of RGB (Red+Green+Blue) = 183+135+148=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 183 - color contains mainly: red. Hex color #B78794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78794 is #48786B. Grayscale: #969696. Windows color (decimal): -4749420 or 9734071. OLE color: 9734071.
HSL color Cylindrical-coordinate representation of color #B78794: hue angle of 343.75º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B78794 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 135 | 148 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.28 |
| HSL | 343.75º | 0.25% | 0.62% | - |
| HSV(B) | 343.75º | 0.26% | 0.72% | - |
| XYZ | 33.54 | 29.53 | 31.95 | - |
| YUV | 150.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 135 | 148 | 0 | 0.26 | 0.19 | 0.28 | 343.75 | 0.25 | 0.62 |
| Hex | B7 | 87 | 94 | 0 | 1A | 13 | 1C | 158 | 19 | 3E |
| Octal | 267 | 207 | 224 | 0 | 32 | 23 | 34 | 530 | 31 | 76 |
| Binary | 10110111 | 10000111 | 10010100 | 0 | 11010 | 10011 | 11100 | 101011000 | 11001 | 111110 |
Color Harmonies of #B78794
Complementary color
Monochromatic Colors of #B78794
Black with #B78794
Text Example
Text Example
White with #B78794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78794; }
p { color: rgb(183,135,148); }
H1.HeaderClassName
{
color: #B78794;
}
.AnyTagClassName
{
color: #B78794;
}
</style>
background-color css
<style>
a { background-color: #B78794; }
a { background-color: rgb(183,135,148); }
div.DivClassName
{
background-color: #B78794;
}
.BgClassName
{
background-color: #B78794;
}
</style>
border-color css
<style>
span { border-color: #B78794; }
span { border-color: rgb(183,135,148); }
td.TdClassName
{
border-color: #B78794;
}
.TagClassName
{
border-color: #B78794;
}
</style>