Shades of Viola #B3888F
Tints of Viola #B3888F
RGB
CMYK
RGB Variations
Color information
#B3888F (or 0xB3888F) is known color: Viola. HEX triplet: B3, 88 and 8F. RGB value is (179,136,143). Sum of RGB (Red+Green+Blue) = 179+136+143=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 136 (53.52% from 255 or 29.69% from 458); Blue value is 143 (56.25% from 255 or 31.22% from 458); Max value from RGB is 179 - color contains mainly: red. Hex color #B3888F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3888F is #4C7770. Grayscale: #959595. Windows color (decimal): -5011313 or 9406643. OLE color: 9406643.
HSL color Cylindrical-coordinate representation of color #B3888F: hue angle of 350.23º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3888F is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 136 | 143 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.30 |
| HSL | 350.23º | 0.22% | 0.62% | - |
| HSV(B) | 350.23º | 0.24% | 0.7% | - |
| XYZ | 32.35 | 29.18 | 29.91 | - |
| YUV | 149.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 143 | 0 | 0.24 | 0.20 | 0.30 | 350.23 | 0.22 | 0.62 |
| Hex | B3 | 88 | 8F | 0 | 18 | 14 | 1E | 15E | 16 | 3E |
| Octal | 263 | 210 | 217 | 0 | 30 | 24 | 36 | 536 | 26 | 76 |
| Binary | 10110011 | 10001000 | 10001111 | 0 | 11000 | 10100 | 11110 | 101011110 | 10110 | 111110 |
Color Harmonies of #B3888F
Complementary color
Monochromatic Colors of #B3888F
Black with #B3888F
Text Example
Text Example
White with #B3888F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3888F; }
p { color: rgb(179,136,143); }
H1.HeaderClassName
{
color: #B3888F;
}
.AnyTagClassName
{
color: #B3888F;
}
</style>
background-color css
<style>
a { background-color: #B3888F; }
a { background-color: rgb(179,136,143); }
div.DivClassName
{
background-color: #B3888F;
}
.BgClassName
{
background-color: #B3888F;
}
</style>
border-color css
<style>
span { border-color: #B3888F; }
span { border-color: rgb(179,136,143); }
td.TdClassName
{
border-color: #B3888F;
}
.TagClassName
{
border-color: #B3888F;
}
</style>