Shades of Viola #B2939D
Tints of Viola #B2939D
RGB
CMYK
RGB Variations
Color information
#B2939D (or 0xB2939D) is known color: Viola. HEX triplet: B2, 93 and 9D. RGB value is (178,147,157). Sum of RGB (Red+Green+Blue) = 178+147+157=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 178 - color contains mainly: red. Hex color #B2939D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2939D is #4D6C62. Grayscale: #9D9D9D. Windows color (decimal): -5074019 or 10326962. OLE color: 10326962.
HSL color Cylindrical-coordinate representation of color #B2939D: hue angle of 340.65º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B2939D is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 147 | 157 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.30 |
| HSL | 340.65º | 0.17% | 0.64% | - |
| HSV(B) | 340.65º | 0.17% | 0.7% | - |
| XYZ | 34.88 | 32.77 | 36.38 | - |
| YUV | 157.41 | 127.77 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 147 | 157 | 0 | 0.17 | 0.12 | 0.30 | 340.65 | 0.17 | 0.64 |
| Hex | B2 | 93 | 9D | 0 | 11 | C | 1E | 155 | 11 | 40 |
| Octal | 262 | 223 | 235 | 0 | 21 | 14 | 36 | 525 | 21 | 100 |
| Binary | 10110010 | 10010011 | 10011101 | 0 | 10001 | 1100 | 11110 | 101010101 | 10001 | 1000000 |
Color Harmonies of #B2939D
Complementary color
Monochromatic Colors of #B2939D
Black with #B2939D
Text Example
Text Example
White with #B2939D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2939D; }
p { color: rgb(178,147,157); }
H1.HeaderClassName
{
color: #B2939D;
}
.AnyTagClassName
{
color: #B2939D;
}
</style>
background-color css
<style>
a { background-color: #B2939D; }
a { background-color: rgb(178,147,157); }
div.DivClassName
{
background-color: #B2939D;
}
.BgClassName
{
background-color: #B2939D;
}
</style>
border-color css
<style>
span { border-color: #B2939D; }
span { border-color: rgb(178,147,157); }
td.TdClassName
{
border-color: #B2939D;
}
.TagClassName
{
border-color: #B2939D;
}
</style>