Shades of Viola #B88296
Tints of Viola #B88296
RGB
CMYK
RGB Variations
Color information
#B88296 (or 0xB88296) is known color: Viola. HEX triplet: B8, 82 and 96. RGB value is (184,130,150). Sum of RGB (Red+Green+Blue) = 184+130+150=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 150 (58.98% from 255 or 32.33% from 464); Max value from RGB is 184 - color contains mainly: red. Hex color #B88296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88296 is #477D69. Grayscale: #949494. Windows color (decimal): -4685162 or 9863864. OLE color: 9863864.
HSL color Cylindrical-coordinate representation of color #B88296: hue angle of 337.78º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B88296 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 130 | 150 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.28 |
| HSL | 337.78º | 0.28% | 0.62% | - |
| HSV(B) | 337.78º | 0.29% | 0.72% | - |
| XYZ | 33.25 | 28.36 | 32.58 | - |
| YUV | 148.43 | 128.89 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 130 | 150 | 0 | 0.29 | 0.18 | 0.28 | 337.78 | 0.28 | 0.62 |
| Hex | B8 | 82 | 96 | 0 | 1D | 12 | 1C | 152 | 1C | 3E |
| Octal | 270 | 202 | 226 | 0 | 35 | 22 | 34 | 522 | 34 | 76 |
| Binary | 10111000 | 10000010 | 10010110 | 0 | 11101 | 10010 | 11100 | 101010010 | 11100 | 111110 |
Color Harmonies of #B88296
Complementary color
Monochromatic Colors of #B88296
Black with #B88296
Text Example
Text Example
White with #B88296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88296; }
p { color: rgb(184,130,150); }
H1.HeaderClassName
{
color: #B88296;
}
.AnyTagClassName
{
color: #B88296;
}
</style>
background-color css
<style>
a { background-color: #B88296; }
a { background-color: rgb(184,130,150); }
div.DivClassName
{
background-color: #B88296;
}
.BgClassName
{
background-color: #B88296;
}
</style>
border-color css
<style>
span { border-color: #B88296; }
span { border-color: rgb(184,130,150); }
td.TdClassName
{
border-color: #B88296;
}
.TagClassName
{
border-color: #B88296;
}
</style>