Shades of Viola #B78A98
Tints of Viola #B78A98
RGB
CMYK
RGB Variations
Color information
#B78A98 (or 0xB78A98) is known color: Viola. HEX triplet: B7, 8A and 98. RGB value is (183,138,152). Sum of RGB (Red+Green+Blue) = 183+138+152=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 152 (59.77% from 255 or 32.14% from 473); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78A98 is #487567. Grayscale: #999999. Windows color (decimal): -4748648 or 9996983. OLE color: 9996983.
HSL color Cylindrical-coordinate representation of color #B78A98: hue angle of 341.33º 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 #B78A98 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 138 | 152 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.28 |
| HSL | 341.33º | 0.24% | 0.63% | - |
| HSV(B) | 341.33º | 0.25% | 0.72% | - |
| XYZ | 34.28 | 30.51 | 33.79 | - |
| YUV | 153.05 | 127.41 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 138 | 152 | 0 | 0.25 | 0.17 | 0.28 | 341.33 | 0.24 | 0.63 |
| Hex | B7 | 8A | 98 | 0 | 19 | 11 | 1C | 155 | 18 | 3F |
| Octal | 267 | 212 | 230 | 0 | 31 | 21 | 34 | 525 | 30 | 77 |
| Binary | 10110111 | 10001010 | 10011000 | 0 | 11001 | 10001 | 11100 | 101010101 | 11000 | 111111 |
Color Harmonies of #B78A98
Complementary color
Monochromatic Colors of #B78A98
Black with #B78A98
Text Example
Text Example
White with #B78A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78A98; }
p { color: rgb(183,138,152); }
H1.HeaderClassName
{
color: #B78A98;
}
.AnyTagClassName
{
color: #B78A98;
}
</style>
background-color css
<style>
a { background-color: #B78A98; }
a { background-color: rgb(183,138,152); }
div.DivClassName
{
background-color: #B78A98;
}
.BgClassName
{
background-color: #B78A98;
}
</style>
border-color css
<style>
span { border-color: #B78A98; }
span { border-color: rgb(183,138,152); }
td.TdClassName
{
border-color: #B78A98;
}
.TagClassName
{
border-color: #B78A98;
}
</style>