Shades of Viola #B88E94
Tints of Viola #B88E94
RGB
CMYK
RGB Variations
Color information
#B88E94 (or 0xB88E94) is known color: Viola. HEX triplet: B8, 8E and 94. RGB value is (184,142,148). Sum of RGB (Red+Green+Blue) = 184+142+148=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 184 - color contains mainly: red. Hex color #B88E94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88E94 is #47716B. Grayscale: #9B9B9B. Windows color (decimal): -4682092 or 9735864. OLE color: 9735864.
HSL color Cylindrical-coordinate representation of color #B88E94: hue angle of 351.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 #B88E94 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 142 | 148 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.28 |
| HSL | 351.43º | 0.23% | 0.64% | - |
| HSV(B) | 351.43º | 0.23% | 0.72% | - |
| XYZ | 34.79 | 31.67 | 32.3 | - |
| YUV | 155.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 142 | 148 | 0 | 0.23 | 0.20 | 0.28 | 351.43 | 0.23 | 0.64 |
| Hex | B8 | 8E | 94 | 0 | 17 | 14 | 1C | 15F | 17 | 40 |
| Octal | 270 | 216 | 224 | 0 | 27 | 24 | 34 | 537 | 27 | 100 |
| Binary | 10111000 | 10001110 | 10010100 | 0 | 10111 | 10100 | 11100 | 101011111 | 10111 | 1000000 |
Color Harmonies of #B88E94
Complementary color
Monochromatic Colors of #B88E94
Black with #B88E94
Text Example
Text Example
White with #B88E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88E94; }
p { color: rgb(184,142,148); }
H1.HeaderClassName
{
color: #B88E94;
}
.AnyTagClassName
{
color: #B88E94;
}
</style>
background-color css
<style>
a { background-color: #B88E94; }
a { background-color: rgb(184,142,148); }
div.DivClassName
{
background-color: #B88E94;
}
.BgClassName
{
background-color: #B88E94;
}
</style>
border-color css
<style>
span { border-color: #B88E94; }
span { border-color: rgb(184,142,148); }
td.TdClassName
{
border-color: #B88E94;
}
.TagClassName
{
border-color: #B88E94;
}
</style>