Shades of Viola #B28D96
Tints of Viola #B28D96
RGB
CMYK
RGB Variations
Color information
#B28D96 (or 0xB28D96) is known color: Viola. HEX triplet: B2, 8D and 96. RGB value is (178,141,150). Sum of RGB (Red+Green+Blue) = 178+141+150=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28D96 is #4D7269. Grayscale: #999999. Windows color (decimal): -5075562 or 9866674. OLE color: 9866674.
HSL color Cylindrical-coordinate representation of color #B28D96: hue angle of 345.41º 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 #B28D96 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 141 | 150 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.30 |
| HSL | 345.41º | 0.19% | 0.63% | - |
| HSV(B) | 345.41º | 0.21% | 0.7% | - |
| XYZ | 33.39 | 30.72 | 33.02 | - |
| YUV | 153.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 141 | 150 | 0 | 0.21 | 0.16 | 0.30 | 345.41 | 0.19 | 0.63 |
| Hex | B2 | 8D | 96 | 0 | 15 | 10 | 1E | 159 | 13 | 3F |
| Octal | 262 | 215 | 226 | 0 | 25 | 20 | 36 | 531 | 23 | 77 |
| Binary | 10110010 | 10001101 | 10010110 | 0 | 10101 | 10000 | 11110 | 101011001 | 10011 | 111111 |
Color Harmonies of #B28D96
Complementary color
Monochromatic Colors of #B28D96
Black with #B28D96
Text Example
Text Example
White with #B28D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28D96; }
p { color: rgb(178,141,150); }
H1.HeaderClassName
{
color: #B28D96;
}
.AnyTagClassName
{
color: #B28D96;
}
</style>
background-color css
<style>
a { background-color: #B28D96; }
a { background-color: rgb(178,141,150); }
div.DivClassName
{
background-color: #B28D96;
}
.BgClassName
{
background-color: #B28D96;
}
</style>
border-color css
<style>
span { border-color: #B28D96; }
span { border-color: rgb(178,141,150); }
td.TdClassName
{
border-color: #B28D96;
}
.TagClassName
{
border-color: #B28D96;
}
</style>