Shades of Viola #B8858E
Tints of Viola #B8858E
RGB
CMYK
RGB Variations
Color information
#B8858E (or 0xB8858E) is known color: Viola. HEX triplet: B8, 85 and 8E. RGB value is (184,133,142). Sum of RGB (Red+Green+Blue) = 184+133+142=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 184 - color contains mainly: red. Hex color #B8858E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8858E is #477A71. Grayscale: #959595. Windows color (decimal): -4684402 or 9340344. OLE color: 9340344.
HSL color Cylindrical-coordinate representation of color #B8858E: hue angle of 349.41º degrees, saturation: 0.26, 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 #B8858E is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 133 | 142 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.28 |
| HSL | 349.41º | 0.26% | 0.62% | - |
| HSV(B) | 349.41º | 0.28% | 0.72% | - |
| XYZ | 33.04 | 28.92 | 29.43 | - |
| YUV | 149.28 | 123.9 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 133 | 142 | 0 | 0.28 | 0.23 | 0.28 | 349.41 | 0.26 | 0.62 |
| Hex | B8 | 85 | 8E | 0 | 1C | 17 | 1C | 15D | 1A | 3E |
| Octal | 270 | 205 | 216 | 0 | 34 | 27 | 34 | 535 | 32 | 76 |
| Binary | 10111000 | 10000101 | 10001110 | 0 | 11100 | 10111 | 11100 | 101011101 | 11010 | 111110 |
Color Harmonies of #B8858E
Complementary color
Monochromatic Colors of #B8858E
Black with #B8858E
Text Example
Text Example
White with #B8858E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8858E; }
p { color: rgb(184,133,142); }
H1.HeaderClassName
{
color: #B8858E;
}
.AnyTagClassName
{
color: #B8858E;
}
</style>
background-color css
<style>
a { background-color: #B8858E; }
a { background-color: rgb(184,133,142); }
div.DivClassName
{
background-color: #B8858E;
}
.BgClassName
{
background-color: #B8858E;
}
</style>
border-color css
<style>
span { border-color: #B8858E; }
span { border-color: rgb(184,133,142); }
td.TdClassName
{
border-color: #B8858E;
}
.TagClassName
{
border-color: #B8858E;
}
</style>