Shades of Viola #B3969D
Tints of Viola #B3969D
RGB
CMYK
RGB Variations
Color information
#B3969D (or 0xB3969D) is known color: Viola. HEX triplet: B3, 96 and 9D. RGB value is (179,150,157). Sum of RGB (Red+Green+Blue) = 179+150+157=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 179 - color contains mainly: red. Hex color #B3969D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3969D is #4C6962. Grayscale: #9F9F9F. Windows color (decimal): -5007715 or 10327731. OLE color: 10327731.
HSL color Cylindrical-coordinate representation of color #B3969D: hue angle of 345.52º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B3969D is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 150 | 157 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.30 |
| HSL | 345.52º | 0.16% | 0.65% | - |
| HSV(B) | 345.52º | 0.16% | 0.7% | - |
| XYZ | 35.58 | 33.83 | 36.55 | - |
| YUV | 159.47 | 126.61 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 150 | 157 | 0 | 0.16 | 0.12 | 0.30 | 345.52 | 0.16 | 0.65 |
| Hex | B3 | 96 | 9D | 0 | 10 | C | 1E | 15A | 10 | 41 |
| Octal | 263 | 226 | 235 | 0 | 20 | 14 | 36 | 532 | 20 | 101 |
| Binary | 10110011 | 10010110 | 10011101 | 0 | 10000 | 1100 | 11110 | 101011010 | 10000 | 1000001 |
Color Harmonies of #B3969D
Complementary color
Monochromatic Colors of #B3969D
Black with #B3969D
Text Example
Text Example
White with #B3969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3969D; }
p { color: rgb(179,150,157); }
H1.HeaderClassName
{
color: #B3969D;
}
.AnyTagClassName
{
color: #B3969D;
}
</style>
background-color css
<style>
a { background-color: #B3969D; }
a { background-color: rgb(179,150,157); }
div.DivClassName
{
background-color: #B3969D;
}
.BgClassName
{
background-color: #B3969D;
}
</style>
border-color css
<style>
span { border-color: #B3969D; }
span { border-color: rgb(179,150,157); }
td.TdClassName
{
border-color: #B3969D;
}
.TagClassName
{
border-color: #B3969D;
}
</style>