Shades of Viola #B8849B
Tints of Viola #B8849B
RGB
CMYK
RGB Variations
Color information
#B8849B (or 0xB8849B) is known color: Viola. HEX triplet: B8, 84 and 9B. RGB value is (184,132,155). Sum of RGB (Red+Green+Blue) = 184+132+155=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 184 - color contains mainly: red. Hex color #B8849B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8849B is #477B64. Grayscale: #969696. Windows color (decimal): -4684645 or 10192056. OLE color: 10192056.
HSL color Cylindrical-coordinate representation of color #B8849B: hue angle of 333.46º 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 #B8849B is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 132 | 155 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.28 |
| HSL | 333.46º | 0.27% | 0.62% | - |
| HSV(B) | 333.46º | 0.28% | 0.72% | - |
| XYZ | 33.93 | 29.06 | 34.83 | - |
| YUV | 150.17 | 130.73 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 132 | 155 | 0 | 0.28 | 0.16 | 0.28 | 333.46 | 0.27 | 0.62 |
| Hex | B8 | 84 | 9B | 0 | 1C | 10 | 1C | 14D | 1B | 3E |
| Octal | 270 | 204 | 233 | 0 | 34 | 20 | 34 | 515 | 33 | 76 |
| Binary | 10111000 | 10000100 | 10011011 | 0 | 11100 | 10000 | 11100 | 101001101 | 11011 | 111110 |
Color Harmonies of #B8849B
Complementary color
Monochromatic Colors of #B8849B
Black with #B8849B
Text Example
Text Example
White with #B8849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8849B; }
p { color: rgb(184,132,155); }
H1.HeaderClassName
{
color: #B8849B;
}
.AnyTagClassName
{
color: #B8849B;
}
</style>
background-color css
<style>
a { background-color: #B8849B; }
a { background-color: rgb(184,132,155); }
div.DivClassName
{
background-color: #B8849B;
}
.BgClassName
{
background-color: #B8849B;
}
</style>
border-color css
<style>
span { border-color: #B8849B; }
span { border-color: rgb(184,132,155); }
td.TdClassName
{
border-color: #B8849B;
}
.TagClassName
{
border-color: #B8849B;
}
</style>