Shades of Viola #B78395
Tints of Viola #B78395
RGB
CMYK
RGB Variations
Color information
#B78395 (or 0xB78395) is known color: Viola. HEX triplet: B7, 83 and 95. RGB value is (183,131,149). Sum of RGB (Red+Green+Blue) = 183+131+149=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 183 - color contains mainly: red. Hex color #B78395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78395 is #487C6A. Grayscale: #949494. Windows color (decimal): -4750443 or 9798583. OLE color: 9798583.
HSL color Cylindrical-coordinate representation of color #B78395: hue angle of 339.23º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B78395 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 131 | 149 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.28 |
| HSL | 339.23º | 0.27% | 0.62% | - |
| HSV(B) | 339.23º | 0.28% | 0.72% | - |
| XYZ | 33.07 | 28.47 | 32.19 | - |
| YUV | 148.6 | 128.23 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 131 | 149 | 0 | 0.28 | 0.19 | 0.28 | 339.23 | 0.27 | 0.62 |
| Hex | B7 | 83 | 95 | 0 | 1C | 13 | 1C | 153 | 1B | 3E |
| Octal | 267 | 203 | 225 | 0 | 34 | 23 | 34 | 523 | 33 | 76 |
| Binary | 10110111 | 10000011 | 10010101 | 0 | 11100 | 10011 | 11100 | 101010011 | 11011 | 111110 |
Color Harmonies of #B78395
Complementary color
Monochromatic Colors of #B78395
Black with #B78395
Text Example
Text Example
White with #B78395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78395; }
p { color: rgb(183,131,149); }
H1.HeaderClassName
{
color: #B78395;
}
.AnyTagClassName
{
color: #B78395;
}
</style>
background-color css
<style>
a { background-color: #B78395; }
a { background-color: rgb(183,131,149); }
div.DivClassName
{
background-color: #B78395;
}
.BgClassName
{
background-color: #B78395;
}
</style>
border-color css
<style>
span { border-color: #B78395; }
span { border-color: rgb(183,131,149); }
td.TdClassName
{
border-color: #B78395;
}
.TagClassName
{
border-color: #B78395;
}
</style>