Shades of Viola #B8888C
Tints of Viola #B8888C
RGB
CMYK
RGB Variations
Color information
#B8888C (or 0xB8888C) is known color: Viola. HEX triplet: B8, 88 and 8C. RGB value is (184,136,140). Sum of RGB (Red+Green+Blue) = 184+136+140=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 184 - color contains mainly: red. Hex color #B8888C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8888C is #477773. Grayscale: #969696. Windows color (decimal): -4683636 or 9210040. OLE color: 9210040.
HSL color Cylindrical-coordinate representation of color #B8888C: hue angle of 355º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8888C is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 136 | 140 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.28 |
| HSL | 355º | 0.25% | 0.63% | - |
| HSV(B) | 355º | 0.26% | 0.72% | - |
| XYZ | 33.3 | 29.69 | 28.79 | - |
| YUV | 150.81 | 121.9 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 136 | 140 | 0 | 0.26 | 0.24 | 0.28 | 355 | 0.25 | 0.63 |
| Hex | B8 | 88 | 8C | 0 | 1A | 18 | 1C | 163 | 19 | 3F |
| Octal | 270 | 210 | 214 | 0 | 32 | 30 | 34 | 543 | 31 | 77 |
| Binary | 10111000 | 10001000 | 10001100 | 0 | 11010 | 11000 | 11100 | 101100011 | 11001 | 111111 |
Color Harmonies of #B8888C
Complementary color
Monochromatic Colors of #B8888C
Black with #B8888C
Text Example
Text Example
White with #B8888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8888C; }
p { color: rgb(184,136,140); }
H1.HeaderClassName
{
color: #B8888C;
}
.AnyTagClassName
{
color: #B8888C;
}
</style>
background-color css
<style>
a { background-color: #B8888C; }
a { background-color: rgb(184,136,140); }
div.DivClassName
{
background-color: #B8888C;
}
.BgClassName
{
background-color: #B8888C;
}
</style>
border-color css
<style>
span { border-color: #B8888C; }
span { border-color: rgb(184,136,140); }
td.TdClassName
{
border-color: #B8888C;
}
.TagClassName
{
border-color: #B8888C;
}
</style>