Shades of Viola #B28D95
Tints of Viola #B28D95
RGB
CMYK
RGB Variations
Color information
#B28D95 (or 0xB28D95) is known color: Viola. HEX triplet: B2, 8D and 95. RGB value is (178,141,149). Sum of RGB (Red+Green+Blue) = 178+141+149=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28D95 is #4D726A. Grayscale: #989898. Windows color (decimal): -5075563 or 9801138. OLE color: 9801138.
HSL color Cylindrical-coordinate representation of color #B28D95: hue angle of 347.03º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B28D95 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 141 | 149 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.30 |
| HSL | 347.03º | 0.19% | 0.63% | - |
| HSV(B) | 347.03º | 0.21% | 0.7% | - |
| XYZ | 33.31 | 30.68 | 32.6 | - |
| YUV | 152.98 | 125.76 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 141 | 149 | 0 | 0.21 | 0.16 | 0.30 | 347.03 | 0.19 | 0.63 |
| Hex | B2 | 8D | 95 | 0 | 15 | 10 | 1E | 15B | 13 | 3F |
| Octal | 262 | 215 | 225 | 0 | 25 | 20 | 36 | 533 | 23 | 77 |
| Binary | 10110010 | 10001101 | 10010101 | 0 | 10101 | 10000 | 11110 | 101011011 | 10011 | 111111 |
Color Harmonies of #B28D95
Complementary color
Monochromatic Colors of #B28D95
Black with #B28D95
Text Example
Text Example
White with #B28D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28D95; }
p { color: rgb(178,141,149); }
H1.HeaderClassName
{
color: #B28D95;
}
.AnyTagClassName
{
color: #B28D95;
}
</style>
background-color css
<style>
a { background-color: #B28D95; }
a { background-color: rgb(178,141,149); }
div.DivClassName
{
background-color: #B28D95;
}
.BgClassName
{
background-color: #B28D95;
}
</style>
border-color css
<style>
span { border-color: #B28D95; }
span { border-color: rgb(178,141,149); }
td.TdClassName
{
border-color: #B28D95;
}
.TagClassName
{
border-color: #B28D95;
}
</style>