Shades of Viola #B28895
Tints of Viola #B28895
RGB
CMYK
RGB Variations
Color information
#B28895 (or 0xB28895) is known color: Viola. HEX triplet: B2, 88 and 95. RGB value is (178,136,149). Sum of RGB (Red+Green+Blue) = 178+136+149=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 178 - color contains mainly: red. Hex color #B28895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28895 is #4D776A. Grayscale: #969696. Windows color (decimal): -5076843 or 9799858. OLE color: 9799858.
HSL color Cylindrical-coordinate representation of color #B28895: hue angle of 341.43º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B28895 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 136 | 149 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.30 |
| HSL | 341.43º | 0.21% | 0.62% | - |
| HSV(B) | 341.43º | 0.24% | 0.7% | - |
| XYZ | 32.59 | 29.24 | 32.36 | - |
| YUV | 150.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 136 | 149 | 0 | 0.24 | 0.16 | 0.30 | 341.43 | 0.21 | 0.62 |
| Hex | B2 | 88 | 95 | 0 | 18 | 10 | 1E | 155 | 15 | 3E |
| Octal | 262 | 210 | 225 | 0 | 30 | 20 | 36 | 525 | 25 | 76 |
| Binary | 10110010 | 10001000 | 10010101 | 0 | 11000 | 10000 | 11110 | 101010101 | 10101 | 111110 |
Color Harmonies of #B28895
Complementary color
Monochromatic Colors of #B28895
Black with #B28895
Text Example
Text Example
White with #B28895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28895; }
p { color: rgb(178,136,149); }
H1.HeaderClassName
{
color: #B28895;
}
.AnyTagClassName
{
color: #B28895;
}
</style>
background-color css
<style>
a { background-color: #B28895; }
a { background-color: rgb(178,136,149); }
div.DivClassName
{
background-color: #B28895;
}
.BgClassName
{
background-color: #B28895;
}
</style>
border-color css
<style>
span { border-color: #B28895; }
span { border-color: rgb(178,136,149); }
td.TdClassName
{
border-color: #B28895;
}
.TagClassName
{
border-color: #B28895;
}
</style>