Shades of Viola #B794A0
Tints of Viola #B794A0
RGB
CMYK
RGB Variations
Color information
#B794A0 (or 0xB794A0) is known color: Viola. HEX triplet: B7, 94 and A0. RGB value is (183,148,160). Sum of RGB (Red+Green+Blue) = 183+148+160=491 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.27% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 183 - color contains mainly: red. Hex color #B794A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B794A0 is #486B5F. Grayscale: #9F9F9F. Windows color (decimal): -4746080 or 10523831. OLE color: 10523831.
HSL color Cylindrical-coordinate representation of color #B794A0: hue angle of 339.43º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B794A0 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 148 | 160 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.28 |
| HSL | 339.43º | 0.2% | 0.65% | - |
| HSV(B) | 339.43º | 0.19% | 0.72% | - |
| XYZ | 36.46 | 33.79 | 37.86 | - |
| YUV | 159.83 | 128.1 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 148 | 160 | 0 | 0.19 | 0.13 | 0.28 | 339.43 | 0.2 | 0.65 |
| Hex | B7 | 94 | A0 | 0 | 13 | D | 1C | 153 | 14 | 41 |
| Octal | 267 | 224 | 240 | 0 | 23 | 15 | 34 | 523 | 24 | 101 |
| Binary | 10110111 | 10010100 | 10100000 | 0 | 10011 | 1101 | 11100 | 101010011 | 10100 | 1000001 |
Color Harmonies of #B794A0
Complementary color
Monochromatic Colors of #B794A0
Black with #B794A0
Text Example
Text Example
White with #B794A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B794A0; }
p { color: rgb(183,148,160); }
H1.HeaderClassName
{
color: #B794A0;
}
.AnyTagClassName
{
color: #B794A0;
}
</style>
background-color css
<style>
a { background-color: #B794A0; }
a { background-color: rgb(183,148,160); }
div.DivClassName
{
background-color: #B794A0;
}
.BgClassName
{
background-color: #B794A0;
}
</style>
border-color css
<style>
span { border-color: #B794A0; }
span { border-color: rgb(183,148,160); }
td.TdClassName
{
border-color: #B794A0;
}
.TagClassName
{
border-color: #B794A0;
}
</style>