Shades of Viola #B88C9E
Tints of Viola #B88C9E
RGB
CMYK
RGB Variations
Color information
#B88C9E (or 0xB88C9E) is known color: Viola. HEX triplet: B8, 8C and 9E. RGB value is (184,140,158). Sum of RGB (Red+Green+Blue) = 184+140+158=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 184 - color contains mainly: red. Hex color #B88C9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88C9E is #477361. Grayscale: #9B9B9B. Windows color (decimal): -4682594 or 10390712. OLE color: 10390712.
HSL color Cylindrical-coordinate representation of color #B88C9E: hue angle of 335.45º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B88C9E is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 140 | 158 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.28 |
| HSL | 335.45º | 0.24% | 0.64% | - |
| HSV(B) | 335.45º | 0.24% | 0.72% | - |
| XYZ | 35.32 | 31.42 | 36.55 | - |
| YUV | 155.21 | 129.58 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 140 | 158 | 0 | 0.24 | 0.14 | 0.28 | 335.45 | 0.24 | 0.64 |
| Hex | B8 | 8C | 9E | 0 | 18 | E | 1C | 14F | 18 | 40 |
| Octal | 270 | 214 | 236 | 0 | 30 | 16 | 34 | 517 | 30 | 100 |
| Binary | 10111000 | 10001100 | 10011110 | 0 | 11000 | 1110 | 11100 | 101001111 | 11000 | 1000000 |
Color Harmonies of #B88C9E
Complementary color
Monochromatic Colors of #B88C9E
Black with #B88C9E
Text Example
Text Example
White with #B88C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88C9E; }
p { color: rgb(184,140,158); }
H1.HeaderClassName
{
color: #B88C9E;
}
.AnyTagClassName
{
color: #B88C9E;
}
</style>
background-color css
<style>
a { background-color: #B88C9E; }
a { background-color: rgb(184,140,158); }
div.DivClassName
{
background-color: #B88C9E;
}
.BgClassName
{
background-color: #B88C9E;
}
</style>
border-color css
<style>
span { border-color: #B88C9E; }
span { border-color: rgb(184,140,158); }
td.TdClassName
{
border-color: #B88C9E;
}
.TagClassName
{
border-color: #B88C9E;
}
</style>