Shades of Viola #B88895
Tints of Viola #B88895
RGB
CMYK
RGB Variations
Color information
#B88895 (or 0xB88895) is known color: Viola. HEX triplet: B8, 88 and 95. RGB value is (184,136,149). Sum of RGB (Red+Green+Blue) = 184+136+149=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 184 - color contains mainly: red. Hex color #B88895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88895 is #47776A. Grayscale: #979797. Windows color (decimal): -4683627 or 9799864. OLE color: 9799864.
HSL color Cylindrical-coordinate representation of color #B88895: hue angle of 343.75º 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 #B88895 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 136 | 149 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.28 |
| HSL | 343.75º | 0.25% | 0.63% | - |
| HSV(B) | 343.75º | 0.26% | 0.72% | - |
| XYZ | 34 | 29.97 | 32.43 | - |
| YUV | 151.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 136 | 149 | 0 | 0.26 | 0.19 | 0.28 | 343.75 | 0.25 | 0.63 |
| Hex | B8 | 88 | 95 | 0 | 1A | 13 | 1C | 158 | 19 | 3F |
| Octal | 270 | 210 | 225 | 0 | 32 | 23 | 34 | 530 | 31 | 77 |
| Binary | 10111000 | 10001000 | 10010101 | 0 | 11010 | 10011 | 11100 | 101011000 | 11001 | 111111 |
Color Harmonies of #B88895
Complementary color
Monochromatic Colors of #B88895
Black with #B88895
Text Example
Text Example
White with #B88895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88895; }
p { color: rgb(184,136,149); }
H1.HeaderClassName
{
color: #B88895;
}
.AnyTagClassName
{
color: #B88895;
}
</style>
background-color css
<style>
a { background-color: #B88895; }
a { background-color: rgb(184,136,149); }
div.DivClassName
{
background-color: #B88895;
}
.BgClassName
{
background-color: #B88895;
}
</style>
border-color css
<style>
span { border-color: #B88895; }
span { border-color: rgb(184,136,149); }
td.TdClassName
{
border-color: #B88895;
}
.TagClassName
{
border-color: #B88895;
}
</style>