Shades of Viola #B88496
Tints of Viola #B88496
RGB
CMYK
RGB Variations
Color information
#B88496 (or 0xB88496) is known color: Viola. HEX triplet: B8, 84 and 96. RGB value is (184,132,150). Sum of RGB (Red+Green+Blue) = 184+132+150=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 184 - color contains mainly: red. Hex color #B88496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88496 is #477B69. Grayscale: #959595. Windows color (decimal): -4684650 or 9864376. OLE color: 9864376.
HSL color Cylindrical-coordinate representation of color #B88496: hue angle of 339.23º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B88496 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 132 | 150 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.28 |
| HSL | 339.23º | 0.27% | 0.62% | - |
| HSV(B) | 339.23º | 0.28% | 0.72% | - |
| XYZ | 33.52 | 28.89 | 32.66 | - |
| YUV | 149.6 | 128.23 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 132 | 150 | 0 | 0.28 | 0.18 | 0.28 | 339.23 | 0.27 | 0.62 |
| Hex | B8 | 84 | 96 | 0 | 1C | 12 | 1C | 153 | 1B | 3E |
| Octal | 270 | 204 | 226 | 0 | 34 | 22 | 34 | 523 | 33 | 76 |
| Binary | 10111000 | 10000100 | 10010110 | 0 | 11100 | 10010 | 11100 | 101010011 | 11011 | 111110 |
Color Harmonies of #B88496
Complementary color
Monochromatic Colors of #B88496
Black with #B88496
Text Example
Text Example
White with #B88496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88496; }
p { color: rgb(184,132,150); }
H1.HeaderClassName
{
color: #B88496;
}
.AnyTagClassName
{
color: #B88496;
}
</style>
background-color css
<style>
a { background-color: #B88496; }
a { background-color: rgb(184,132,150); }
div.DivClassName
{
background-color: #B88496;
}
.BgClassName
{
background-color: #B88496;
}
</style>
border-color css
<style>
span { border-color: #B88496; }
span { border-color: rgb(184,132,150); }
td.TdClassName
{
border-color: #B88496;
}
.TagClassName
{
border-color: #B88496;
}
</style>