Shades of Viola #B88D98
Tints of Viola #B88D98
RGB
CMYK
RGB Variations
Color information
#B88D98 (or 0xB88D98) is known color: Viola. HEX triplet: B8, 8D and 98. RGB value is (184,141,152). Sum of RGB (Red+Green+Blue) = 184+141+152=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 184 - color contains mainly: red. Hex color #B88D98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88D98 is #477267. Grayscale: #9B9B9B. Windows color (decimal): -4682344 or 9997752. OLE color: 9997752.
HSL color Cylindrical-coordinate representation of color #B88D98: hue angle of 344.65º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B88D98 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 141 | 152 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.28 |
| HSL | 344.65º | 0.23% | 0.64% | - |
| HSV(B) | 344.65º | 0.23% | 0.72% | - |
| XYZ | 34.96 | 31.51 | 33.94 | - |
| YUV | 155.11 | 126.25 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 141 | 152 | 0 | 0.23 | 0.17 | 0.28 | 344.65 | 0.23 | 0.64 |
| Hex | B8 | 8D | 98 | 0 | 17 | 11 | 1C | 159 | 17 | 40 |
| Octal | 270 | 215 | 230 | 0 | 27 | 21 | 34 | 531 | 27 | 100 |
| Binary | 10111000 | 10001101 | 10011000 | 0 | 10111 | 10001 | 11100 | 101011001 | 10111 | 1000000 |
Color Harmonies of #B88D98
Complementary color
Monochromatic Colors of #B88D98
Black with #B88D98
Text Example
Text Example
White with #B88D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88D98; }
p { color: rgb(184,141,152); }
H1.HeaderClassName
{
color: #B88D98;
}
.AnyTagClassName
{
color: #B88D98;
}
</style>
background-color css
<style>
a { background-color: #B88D98; }
a { background-color: rgb(184,141,152); }
div.DivClassName
{
background-color: #B88D98;
}
.BgClassName
{
background-color: #B88D98;
}
</style>
border-color css
<style>
span { border-color: #B88D98; }
span { border-color: rgb(184,141,152); }
td.TdClassName
{
border-color: #B88D98;
}
.TagClassName
{
border-color: #B88D98;
}
</style>