Shades of Viola #B88E9B
Tints of Viola #B88E9B
RGB
CMYK
RGB Variations
Color information
#B88E9B (or 0xB88E9B) is known color: Viola. HEX triplet: B8, 8E and 9B. RGB value is (184,142,155). Sum of RGB (Red+Green+Blue) = 184+142+155=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 184 - color contains mainly: red. Hex color #B88E9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88E9B is #477164. Grayscale: #9C9C9C. Windows color (decimal): -4682085 or 10194616. OLE color: 10194616.
HSL color Cylindrical-coordinate representation of color #B88E9B: hue angle of 341.43º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B88E9B is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 142 | 155 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.28 |
| HSL | 341.43º | 0.23% | 0.64% | - |
| HSV(B) | 341.43º | 0.23% | 0.72% | - |
| XYZ | 35.36 | 31.9 | 35.3 | - |
| YUV | 156.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 142 | 155 | 0 | 0.23 | 0.16 | 0.28 | 341.43 | 0.23 | 0.64 |
| Hex | B8 | 8E | 9B | 0 | 17 | 10 | 1C | 155 | 17 | 40 |
| Octal | 270 | 216 | 233 | 0 | 27 | 20 | 34 | 525 | 27 | 100 |
| Binary | 10111000 | 10001110 | 10011011 | 0 | 10111 | 10000 | 11100 | 101010101 | 10111 | 1000000 |
Color Harmonies of #B88E9B
Complementary color
Monochromatic Colors of #B88E9B
Black with #B88E9B
Text Example
Text Example
White with #B88E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88E9B; }
p { color: rgb(184,142,155); }
H1.HeaderClassName
{
color: #B88E9B;
}
.AnyTagClassName
{
color: #B88E9B;
}
</style>
background-color css
<style>
a { background-color: #B88E9B; }
a { background-color: rgb(184,142,155); }
div.DivClassName
{
background-color: #B88E9B;
}
.BgClassName
{
background-color: #B88E9B;
}
</style>
border-color css
<style>
span { border-color: #B88E9B; }
span { border-color: rgb(184,142,155); }
td.TdClassName
{
border-color: #B88E9B;
}
.TagClassName
{
border-color: #B88E9B;
}
</style>