Shades of Viola #B78C9D
Tints of Viola #B78C9D
RGB
CMYK
RGB Variations
Color information
#B78C9D (or 0xB78C9D) is known color: Viola. HEX triplet: B7, 8C and 9D. RGB value is (183,140,157). Sum of RGB (Red+Green+Blue) = 183+140+157=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 183 - color contains mainly: red. Hex color #B78C9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78C9D is #487362. Grayscale: #9A9A9A. Windows color (decimal): -4748131 or 10325175. OLE color: 10325175.
HSL color Cylindrical-coordinate representation of color #B78C9D: hue angle of 336.28º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B78C9D is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 140 | 157 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.28 |
| HSL | 336.28º | 0.23% | 0.63% | - |
| HSV(B) | 336.28º | 0.23% | 0.72% | - |
| XYZ | 34.99 | 31.26 | 36.09 | - |
| YUV | 154.8 | 129.25 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 140 | 157 | 0 | 0.23 | 0.14 | 0.28 | 336.28 | 0.23 | 0.63 |
| Hex | B7 | 8C | 9D | 0 | 17 | E | 1C | 150 | 17 | 3F |
| Octal | 267 | 214 | 235 | 0 | 27 | 16 | 34 | 520 | 27 | 77 |
| Binary | 10110111 | 10001100 | 10011101 | 0 | 10111 | 1110 | 11100 | 101010000 | 10111 | 111111 |
Color Harmonies of #B78C9D
Complementary color
Monochromatic Colors of #B78C9D
Black with #B78C9D
Text Example
Text Example
White with #B78C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78C9D; }
p { color: rgb(183,140,157); }
H1.HeaderClassName
{
color: #B78C9D;
}
.AnyTagClassName
{
color: #B78C9D;
}
</style>
background-color css
<style>
a { background-color: #B78C9D; }
a { background-color: rgb(183,140,157); }
div.DivClassName
{
background-color: #B78C9D;
}
.BgClassName
{
background-color: #B78C9D;
}
</style>
border-color css
<style>
span { border-color: #B78C9D; }
span { border-color: rgb(183,140,157); }
td.TdClassName
{
border-color: #B78C9D;
}
.TagClassName
{
border-color: #B78C9D;
}
</style>