Shades of Viola #B8848E
Tints of Viola #B8848E
RGB
CMYK
RGB Variations
Color information
#B8848E (or 0xB8848E) is known color: Viola. HEX triplet: B8, 84 and 8E. RGB value is (184,132,142). Sum of RGB (Red+Green+Blue) = 184+132+142=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 184 - color contains mainly: red. Hex color #B8848E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8848E is #477B71. Grayscale: #949494. Windows color (decimal): -4684658 or 9340088. OLE color: 9340088.
HSL color Cylindrical-coordinate representation of color #B8848E: hue angle of 348.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 #B8848E is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 132 | 142 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.28 |
| HSL | 348.46º | 0.27% | 0.62% | - |
| HSV(B) | 348.46º | 0.28% | 0.72% | - |
| XYZ | 32.9 | 28.65 | 29.39 | - |
| YUV | 148.69 | 124.23 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 132 | 142 | 0 | 0.28 | 0.23 | 0.28 | 348.46 | 0.27 | 0.62 |
| Hex | B8 | 84 | 8E | 0 | 1C | 17 | 1C | 15C | 1B | 3E |
| Octal | 270 | 204 | 216 | 0 | 34 | 27 | 34 | 534 | 33 | 76 |
| Binary | 10111000 | 10000100 | 10001110 | 0 | 11100 | 10111 | 11100 | 101011100 | 11011 | 111110 |
Color Harmonies of #B8848E
Complementary color
Monochromatic Colors of #B8848E
Black with #B8848E
Text Example
Text Example
White with #B8848E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8848E; }
p { color: rgb(184,132,142); }
H1.HeaderClassName
{
color: #B8848E;
}
.AnyTagClassName
{
color: #B8848E;
}
</style>
background-color css
<style>
a { background-color: #B8848E; }
a { background-color: rgb(184,132,142); }
div.DivClassName
{
background-color: #B8848E;
}
.BgClassName
{
background-color: #B8848E;
}
</style>
border-color css
<style>
span { border-color: #B8848E; }
span { border-color: rgb(184,132,142); }
td.TdClassName
{
border-color: #B8848E;
}
.TagClassName
{
border-color: #B8848E;
}
</style>