Shades of Viola #B3939C
Tints of Viola #B3939C
RGB
CMYK
RGB Variations
Color information
#B3939C (or 0xB3939C) is known color: Viola. HEX triplet: B3, 93 and 9C. RGB value is (179,147,156). Sum of RGB (Red+Green+Blue) = 179+147+156=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 179 - color contains mainly: red. Hex color #B3939C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3939C is #4C6C63. Grayscale: #9D9D9D. Windows color (decimal): -5008484 or 10261427. OLE color: 10261427.
HSL color Cylindrical-coordinate representation of color #B3939C: hue angle of 343.12º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3939C is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 147 | 156 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.30 |
| HSL | 343.13º | 0.17% | 0.64% | - |
| HSV(B) | 343.13º | 0.18% | 0.7% | - |
| XYZ | 35.02 | 32.85 | 35.95 | - |
| YUV | 157.59 | 127.1 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 147 | 156 | 0 | 0.18 | 0.13 | 0.30 | 343.13 | 0.17 | 0.64 |
| Hex | B3 | 93 | 9C | 0 | 12 | D | 1E | 157 | 11 | 40 |
| Octal | 263 | 223 | 234 | 0 | 22 | 15 | 36 | 527 | 21 | 100 |
| Binary | 10110011 | 10010011 | 10011100 | 0 | 10010 | 1101 | 11110 | 101010111 | 10001 | 1000000 |
Color Harmonies of #B3939C
Complementary color
Monochromatic Colors of #B3939C
Black with #B3939C
Text Example
Text Example
White with #B3939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3939C; }
p { color: rgb(179,147,156); }
H1.HeaderClassName
{
color: #B3939C;
}
.AnyTagClassName
{
color: #B3939C;
}
</style>
background-color css
<style>
a { background-color: #B3939C; }
a { background-color: rgb(179,147,156); }
div.DivClassName
{
background-color: #B3939C;
}
.BgClassName
{
background-color: #B3939C;
}
</style>
border-color css
<style>
span { border-color: #B3939C; }
span { border-color: rgb(179,147,156); }
td.TdClassName
{
border-color: #B3939C;
}
.TagClassName
{
border-color: #B3939C;
}
</style>