Shades of Viola #BA7F98
Tints of Viola #BA7F98
RGB
CMYK
RGB Variations
Color information
#BA7F98 (or 0xBA7F98) is known color: Viola. HEX triplet: BA, 7F and 98. RGB value is (186,127,152). Sum of RGB (Red+Green+Blue) = 186+127+152=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 152 (59.77% from 255 or 32.69% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7F98 is #458067. Grayscale: #939393. Windows color (decimal): -4554856 or 9994170. OLE color: 9994170.
HSL color Cylindrical-coordinate representation of color #BA7F98: hue angle of 334.58º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA7F98 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 152 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.27 |
| HSL | 334.58º | 0.3% | 0.61% | - |
| HSV(B) | 334.58º | 0.32% | 0.73% | - |
| XYZ | 33.51 | 27.88 | 33.32 | - |
| YUV | 147.49 | 130.55 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 152 | 0 | 0.32 | 0.18 | 0.27 | 334.58 | 0.3 | 0.61 |
| Hex | BA | 7F | 98 | 0 | 20 | 12 | 1B | 14F | 1E | 3D |
| Octal | 272 | 177 | 230 | 0 | 40 | 22 | 33 | 517 | 36 | 75 |
| Binary | 10111010 | 1111111 | 10011000 | 0 | 100000 | 10010 | 11011 | 101001111 | 11110 | 111101 |
Color Harmonies of #BA7F98
Complementary color
Monochromatic Colors of #BA7F98
Black with #BA7F98
Text Example
Text Example
White with #BA7F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7F98; }
p { color: rgb(186,127,152); }
H1.HeaderClassName
{
color: #BA7F98;
}
.AnyTagClassName
{
color: #BA7F98;
}
</style>
background-color css
<style>
a { background-color: #BA7F98; }
a { background-color: rgb(186,127,152); }
div.DivClassName
{
background-color: #BA7F98;
}
.BgClassName
{
background-color: #BA7F98;
}
</style>
border-color css
<style>
span { border-color: #BA7F98; }
span { border-color: rgb(186,127,152); }
td.TdClassName
{
border-color: #BA7F98;
}
.TagClassName
{
border-color: #BA7F98;
}
</style>