Shades of Viola #B88C90
Tints of Viola #B88C90
RGB
CMYK
RGB Variations
Color information
#B88C90 (or 0xB88C90) is known color: Viola. HEX triplet: B8, 8C and 90. RGB value is (184,140,144). Sum of RGB (Red+Green+Blue) = 184+140+144=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 184 - color contains mainly: red. Hex color #B88C90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88C90 is #47736F. Grayscale: #999999. Windows color (decimal): -4682608 or 9473208. OLE color: 9473208.
HSL color Cylindrical-coordinate representation of color #B88C90: hue angle of 354.55º 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 #B88C90 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 140 | 144 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.28 |
| HSL | 354.55º | 0.24% | 0.64% | - |
| HSV(B) | 354.55º | 0.24% | 0.72% | - |
| XYZ | 34.18 | 30.96 | 30.56 | - |
| YUV | 153.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 140 | 144 | 0 | 0.24 | 0.22 | 0.28 | 354.55 | 0.24 | 0.64 |
| Hex | B8 | 8C | 90 | 0 | 18 | 16 | 1C | 163 | 18 | 40 |
| Octal | 270 | 214 | 220 | 0 | 30 | 26 | 34 | 543 | 30 | 100 |
| Binary | 10111000 | 10001100 | 10010000 | 0 | 11000 | 10110 | 11100 | 101100011 | 11000 | 1000000 |
Color Harmonies of #B88C90
Complementary color
Monochromatic Colors of #B88C90
Black with #B88C90
Text Example
Text Example
White with #B88C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88C90; }
p { color: rgb(184,140,144); }
H1.HeaderClassName
{
color: #B88C90;
}
.AnyTagClassName
{
color: #B88C90;
}
</style>
background-color css
<style>
a { background-color: #B88C90; }
a { background-color: rgb(184,140,144); }
div.DivClassName
{
background-color: #B88C90;
}
.BgClassName
{
background-color: #B88C90;
}
</style>
border-color css
<style>
span { border-color: #B88C90; }
span { border-color: rgb(184,140,144); }
td.TdClassName
{
border-color: #B88C90;
}
.TagClassName
{
border-color: #B88C90;
}
</style>