Shades of Viola #B78EA0
Tints of Viola #B78EA0
RGB
CMYK
RGB Variations
Color information
#B78EA0 (or 0xB78EA0) is known color: Viola. HEX triplet: B7, 8E and A0. RGB value is (183,142,160). Sum of RGB (Red+Green+Blue) = 183+142+160=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 183 - color contains mainly: red. Hex color #B78EA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78EA0 is #48715F. Grayscale: #9C9C9C. Windows color (decimal): -4747616 or 10522295. OLE color: 10522295.
HSL color Cylindrical-coordinate representation of color #B78EA0: hue angle of 333.66º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B78EA0 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 142 | 160 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.28 |
| HSL | 333.66º | 0.22% | 0.64% | - |
| HSV(B) | 333.66º | 0.22% | 0.72% | - |
| XYZ | 35.55 | 31.95 | 37.55 | - |
| YUV | 156.31 | 130.08 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 142 | 160 | 0 | 0.22 | 0.13 | 0.28 | 333.66 | 0.22 | 0.64 |
| Hex | B7 | 8E | A0 | 0 | 16 | D | 1C | 14E | 16 | 40 |
| Octal | 267 | 216 | 240 | 0 | 26 | 15 | 34 | 516 | 26 | 100 |
| Binary | 10110111 | 10001110 | 10100000 | 0 | 10110 | 1101 | 11100 | 101001110 | 10110 | 1000000 |
Color Harmonies of #B78EA0
Complementary color
Monochromatic Colors of #B78EA0
Black with #B78EA0
Text Example
Text Example
White with #B78EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78EA0; }
p { color: rgb(183,142,160); }
H1.HeaderClassName
{
color: #B78EA0;
}
.AnyTagClassName
{
color: #B78EA0;
}
</style>
background-color css
<style>
a { background-color: #B78EA0; }
a { background-color: rgb(183,142,160); }
div.DivClassName
{
background-color: #B78EA0;
}
.BgClassName
{
background-color: #B78EA0;
}
</style>
border-color css
<style>
span { border-color: #B78EA0; }
span { border-color: rgb(183,142,160); }
td.TdClassName
{
border-color: #B78EA0;
}
.TagClassName
{
border-color: #B78EA0;
}
</style>