Shades of Viola #B78694
Tints of Viola #B78694
RGB
CMYK
RGB Variations
Color information
#B78694 (or 0xB78694) is known color: Viola. HEX triplet: B7, 86 and 94. RGB value is (183,134,148). Sum of RGB (Red+Green+Blue) = 183+134+148=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 183 - color contains mainly: red. Hex color #B78694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78694 is #48796B. Grayscale: #969696. Windows color (decimal): -4749676 or 9733815. OLE color: 9733815.
HSL color Cylindrical-coordinate representation of color #B78694: hue angle of 342.86º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B78694 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 134 | 148 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.28 |
| HSL | 342.86º | 0.25% | 0.62% | - |
| HSV(B) | 342.86º | 0.27% | 0.72% | - |
| XYZ | 33.4 | 29.26 | 31.9 | - |
| YUV | 150.25 | 126.73 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 134 | 148 | 0 | 0.27 | 0.19 | 0.28 | 342.86 | 0.25 | 0.62 |
| Hex | B7 | 86 | 94 | 0 | 1B | 13 | 1C | 157 | 19 | 3E |
| Octal | 267 | 206 | 224 | 0 | 33 | 23 | 34 | 527 | 31 | 76 |
| Binary | 10110111 | 10000110 | 10010100 | 0 | 11011 | 10011 | 11100 | 101010111 | 11001 | 111110 |
Color Harmonies of #B78694
Complementary color
Monochromatic Colors of #B78694
Black with #B78694
Text Example
Text Example
White with #B78694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78694; }
p { color: rgb(183,134,148); }
H1.HeaderClassName
{
color: #B78694;
}
.AnyTagClassName
{
color: #B78694;
}
</style>
background-color css
<style>
a { background-color: #B78694; }
a { background-color: rgb(183,134,148); }
div.DivClassName
{
background-color: #B78694;
}
.BgClassName
{
background-color: #B78694;
}
</style>
border-color css
<style>
span { border-color: #B78694; }
span { border-color: rgb(183,134,148); }
td.TdClassName
{
border-color: #B78694;
}
.TagClassName
{
border-color: #B78694;
}
</style>