Shades of Viola #B88C9F
Tints of Viola #B88C9F
RGB
CMYK
RGB Variations
Color information
#B88C9F (or 0xB88C9F) is known color: Viola. HEX triplet: B8, 8C and 9F. RGB value is (184,140,159). Sum of RGB (Red+Green+Blue) = 184+140+159=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 184 - color contains mainly: red. Hex color #B88C9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88C9F is #477360. Grayscale: #9B9B9B. Windows color (decimal): -4682593 or 10456248. OLE color: 10456248.
HSL color Cylindrical-coordinate representation of color #B88C9F: hue angle of 334.09º 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 #B88C9F is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 140 | 159 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.28 |
| HSL | 334.09º | 0.24% | 0.64% | - |
| HSV(B) | 334.09º | 0.24% | 0.72% | - |
| XYZ | 35.4 | 31.45 | 37.01 | - |
| YUV | 155.32 | 130.08 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 140 | 159 | 0 | 0.24 | 0.14 | 0.28 | 334.09 | 0.24 | 0.64 |
| Hex | B8 | 8C | 9F | 0 | 18 | E | 1C | 14E | 18 | 40 |
| Octal | 270 | 214 | 237 | 0 | 30 | 16 | 34 | 516 | 30 | 100 |
| Binary | 10111000 | 10001100 | 10011111 | 0 | 11000 | 1110 | 11100 | 101001110 | 11000 | 1000000 |
Color Harmonies of #B88C9F
Complementary color
Monochromatic Colors of #B88C9F
Black with #B88C9F
Text Example
Text Example
White with #B88C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88C9F; }
p { color: rgb(184,140,159); }
H1.HeaderClassName
{
color: #B88C9F;
}
.AnyTagClassName
{
color: #B88C9F;
}
</style>
background-color css
<style>
a { background-color: #B88C9F; }
a { background-color: rgb(184,140,159); }
div.DivClassName
{
background-color: #B88C9F;
}
.BgClassName
{
background-color: #B88C9F;
}
</style>
border-color css
<style>
span { border-color: #B88C9F; }
span { border-color: rgb(184,140,159); }
td.TdClassName
{
border-color: #B88C9F;
}
.TagClassName
{
border-color: #B88C9F;
}
</style>