Shades of Viola #B3898E
Tints of Viola #B3898E
RGB
CMYK
RGB Variations
Color information
#B3898E (or 0xB3898E) is known color: Viola. HEX triplet: B3, 89 and 8E. RGB value is (179,137,142). Sum of RGB (Red+Green+Blue) = 179+137+142=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 179 - color contains mainly: red. Hex color #B3898E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3898E is #4C7671. Grayscale: #969696. Windows color (decimal): -5011058 or 9341363. OLE color: 9341363.
HSL color Cylindrical-coordinate representation of color #B3898E: hue angle of 352.86º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3898E is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 137 | 142 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.30 |
| HSL | 352.86º | 0.22% | 0.62% | - |
| HSV(B) | 352.86º | 0.23% | 0.7% | - |
| XYZ | 32.42 | 29.43 | 29.56 | - |
| YUV | 150.13 | 123.41 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 137 | 142 | 0 | 0.23 | 0.21 | 0.30 | 352.86 | 0.22 | 0.62 |
| Hex | B3 | 89 | 8E | 0 | 17 | 15 | 1E | 161 | 16 | 3E |
| Octal | 263 | 211 | 216 | 0 | 27 | 25 | 36 | 541 | 26 | 76 |
| Binary | 10110011 | 10001001 | 10001110 | 0 | 10111 | 10101 | 11110 | 101100001 | 10110 | 111110 |
Color Harmonies of #B3898E
Complementary color
Monochromatic Colors of #B3898E
Black with #B3898E
Text Example
Text Example
White with #B3898E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3898E; }
p { color: rgb(179,137,142); }
H1.HeaderClassName
{
color: #B3898E;
}
.AnyTagClassName
{
color: #B3898E;
}
</style>
background-color css
<style>
a { background-color: #B3898E; }
a { background-color: rgb(179,137,142); }
div.DivClassName
{
background-color: #B3898E;
}
.BgClassName
{
background-color: #B3898E;
}
</style>
border-color css
<style>
span { border-color: #B3898E; }
span { border-color: rgb(179,137,142); }
td.TdClassName
{
border-color: #B3898E;
}
.TagClassName
{
border-color: #B3898E;
}
</style>