Shades of Viola #B78A94
Tints of Viola #B78A94
RGB
CMYK
RGB Variations
Color information
#B78A94 (or 0xB78A94) is known color: Viola. HEX triplet: B7, 8A and 94. RGB value is (183,138,148). Sum of RGB (Red+Green+Blue) = 183+138+148=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78A94 is #48756B. Grayscale: #989898. Windows color (decimal): -4748652 or 9734839. OLE color: 9734839.
HSL color Cylindrical-coordinate representation of color #B78A94: hue angle of 346.67º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B78A94 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 138 | 148 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.28 |
| HSL | 346.67º | 0.24% | 0.63% | - |
| HSV(B) | 346.67º | 0.25% | 0.72% | - |
| XYZ | 33.96 | 30.38 | 32.09 | - |
| YUV | 152.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 138 | 148 | 0 | 0.25 | 0.19 | 0.28 | 346.67 | 0.24 | 0.63 |
| Hex | B7 | 8A | 94 | 0 | 19 | 13 | 1C | 15B | 18 | 3F |
| Octal | 267 | 212 | 224 | 0 | 31 | 23 | 34 | 533 | 30 | 77 |
| Binary | 10110111 | 10001010 | 10010100 | 0 | 11001 | 10011 | 11100 | 101011011 | 11000 | 111111 |
Color Harmonies of #B78A94
Complementary color
Monochromatic Colors of #B78A94
Black with #B78A94
Text Example
Text Example
White with #B78A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78A94; }
p { color: rgb(183,138,148); }
H1.HeaderClassName
{
color: #B78A94;
}
.AnyTagClassName
{
color: #B78A94;
}
</style>
background-color css
<style>
a { background-color: #B78A94; }
a { background-color: rgb(183,138,148); }
div.DivClassName
{
background-color: #B78A94;
}
.BgClassName
{
background-color: #B78A94;
}
</style>
border-color css
<style>
span { border-color: #B78A94; }
span { border-color: rgb(183,138,148); }
td.TdClassName
{
border-color: #B78A94;
}
.TagClassName
{
border-color: #B78A94;
}
</style>