Shades of Viola #B78A9F
Tints of Viola #B78A9F
RGB
CMYK
RGB Variations
Color information
#B78A9F (or 0xB78A9F) is known color: Viola. HEX triplet: B7, 8A and 9F. RGB value is (183,138,159). Sum of RGB (Red+Green+Blue) = 183+138+159=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 159 (62.5% from 255 or 33.12% from 480); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78A9F is #487560. Grayscale: #999999. Windows color (decimal): -4748641 or 10455735. OLE color: 10455735.
HSL color Cylindrical-coordinate representation of color #B78A9F: hue angle of 332º 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 #B78A9F is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 138 | 159 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.28 |
| HSL | 332º | 0.24% | 0.63% | - |
| HSV(B) | 332º | 0.25% | 0.72% | - |
| XYZ | 34.87 | 30.75 | 36.9 | - |
| YUV | 153.85 | 130.91 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 138 | 159 | 0 | 0.25 | 0.13 | 0.28 | 332 | 0.24 | 0.63 |
| Hex | B7 | 8A | 9F | 0 | 19 | D | 1C | 14C | 18 | 3F |
| Octal | 267 | 212 | 237 | 0 | 31 | 15 | 34 | 514 | 30 | 77 |
| Binary | 10110111 | 10001010 | 10011111 | 0 | 11001 | 1101 | 11100 | 101001100 | 11000 | 111111 |
Color Harmonies of #B78A9F
Complementary color
Monochromatic Colors of #B78A9F
Black with #B78A9F
Text Example
Text Example
White with #B78A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78A9F; }
p { color: rgb(183,138,159); }
H1.HeaderClassName
{
color: #B78A9F;
}
.AnyTagClassName
{
color: #B78A9F;
}
</style>
background-color css
<style>
a { background-color: #B78A9F; }
a { background-color: rgb(183,138,159); }
div.DivClassName
{
background-color: #B78A9F;
}
.BgClassName
{
background-color: #B78A9F;
}
</style>
border-color css
<style>
span { border-color: #B78A9F; }
span { border-color: rgb(183,138,159); }
td.TdClassName
{
border-color: #B78A9F;
}
.TagClassName
{
border-color: #B78A9F;
}
</style>