Shades of Viola #B8889E
Tints of Viola #B8889E
RGB
CMYK
RGB Variations
Color information
#B8889E (or 0xB8889E) is known color: Viola. HEX triplet: B8, 88 and 9E. RGB value is (184,136,158). Sum of RGB (Red+Green+Blue) = 184+136+158=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 158 (62.11% from 255 or 33.05% from 478); Max value from RGB is 184 - color contains mainly: red. Hex color #B8889E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8889E is #477761. Grayscale: #989898. Windows color (decimal): -4683618 or 10389688. OLE color: 10389688.
HSL color Cylindrical-coordinate representation of color #B8889E: hue angle of 332.5º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8889E is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 136 | 158 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.28 |
| HSL | 332.5º | 0.25% | 0.63% | - |
| HSV(B) | 332.5º | 0.26% | 0.72% | - |
| XYZ | 34.74 | 30.27 | 36.36 | - |
| YUV | 152.86 | 130.9 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 136 | 158 | 0 | 0.26 | 0.14 | 0.28 | 332.5 | 0.25 | 0.63 |
| Hex | B8 | 88 | 9E | 0 | 1A | E | 1C | 14C | 19 | 3F |
| Octal | 270 | 210 | 236 | 0 | 32 | 16 | 34 | 514 | 31 | 77 |
| Binary | 10111000 | 10001000 | 10011110 | 0 | 11010 | 1110 | 11100 | 101001100 | 11001 | 111111 |
Color Harmonies of #B8889E
Complementary color
Monochromatic Colors of #B8889E
Black with #B8889E
Text Example
Text Example
White with #B8889E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8889E; }
p { color: rgb(184,136,158); }
H1.HeaderClassName
{
color: #B8889E;
}
.AnyTagClassName
{
color: #B8889E;
}
</style>
background-color css
<style>
a { background-color: #B8889E; }
a { background-color: rgb(184,136,158); }
div.DivClassName
{
background-color: #B8889E;
}
.BgClassName
{
background-color: #B8889E;
}
</style>
border-color css
<style>
span { border-color: #B8889E; }
span { border-color: rgb(184,136,158); }
td.TdClassName
{
border-color: #B8889E;
}
.TagClassName
{
border-color: #B8889E;
}
</style>