Shades of Viola #B88B8F
Tints of Viola #B88B8F
RGB
CMYK
RGB Variations
Color information
#B88B8F (or 0xB88B8F) is known color: Viola. HEX triplet: B8, 8B and 8F. RGB value is (184,139,143). Sum of RGB (Red+Green+Blue) = 184+139+143=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 139 (54.69% from 255 or 29.83% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 184 - color contains mainly: red. Hex color #B88B8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88B8F is #477470. Grayscale: #989898. Windows color (decimal): -4682865 or 9407416. OLE color: 9407416.
HSL color Cylindrical-coordinate representation of color #B88B8F: hue angle of 354.67º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B88B8F is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 139 | 143 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.28 |
| HSL | 354.67º | 0.24% | 0.63% | - |
| HSV(B) | 354.67º | 0.24% | 0.72% | - |
| XYZ | 33.96 | 30.64 | 30.11 | - |
| YUV | 152.91 | 122.41 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 139 | 143 | 0 | 0.24 | 0.22 | 0.28 | 354.67 | 0.24 | 0.63 |
| Hex | B8 | 8B | 8F | 0 | 18 | 16 | 1C | 163 | 18 | 3F |
| Octal | 270 | 213 | 217 | 0 | 30 | 26 | 34 | 543 | 30 | 77 |
| Binary | 10111000 | 10001011 | 10001111 | 0 | 11000 | 10110 | 11100 | 101100011 | 11000 | 111111 |
Color Harmonies of #B88B8F
Complementary color
Monochromatic Colors of #B88B8F
Black with #B88B8F
Text Example
Text Example
White with #B88B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88B8F; }
p { color: rgb(184,139,143); }
H1.HeaderClassName
{
color: #B88B8F;
}
.AnyTagClassName
{
color: #B88B8F;
}
</style>
background-color css
<style>
a { background-color: #B88B8F; }
a { background-color: rgb(184,139,143); }
div.DivClassName
{
background-color: #B88B8F;
}
.BgClassName
{
background-color: #B88B8F;
}
</style>
border-color css
<style>
span { border-color: #B88B8F; }
span { border-color: rgb(184,139,143); }
td.TdClassName
{
border-color: #B88B8F;
}
.TagClassName
{
border-color: #B88B8F;
}
</style>