Shades of Viola #B29297
Tints of Viola #B29297
RGB
CMYK
RGB Variations
Color information
#B29297 (or 0xB29297) is known color: Viola. HEX triplet: B2, 92 and 97. RGB value is (178,146,151). Sum of RGB (Red+Green+Blue) = 178+146+151=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 178 - color contains mainly: red. Hex color #B29297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29297 is #4D6D68. Grayscale: #9C9C9C. Windows color (decimal): -5074281 or 9933490. OLE color: 9933490.
HSL color Cylindrical-coordinate representation of color #B29297: hue angle of 350.62º 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 #B29297 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 146 | 151 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.30 |
| HSL | 350.63º | 0.17% | 0.64% | - |
| HSV(B) | 350.63º | 0.18% | 0.7% | - |
| XYZ | 34.22 | 32.26 | 33.7 | - |
| YUV | 156.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 146 | 151 | 0 | 0.18 | 0.15 | 0.30 | 350.63 | 0.17 | 0.64 |
| Hex | B2 | 92 | 97 | 0 | 12 | F | 1E | 15F | 11 | 40 |
| Octal | 262 | 222 | 227 | 0 | 22 | 17 | 36 | 537 | 21 | 100 |
| Binary | 10110010 | 10010010 | 10010111 | 0 | 10010 | 1111 | 11110 | 101011111 | 10001 | 1000000 |
Color Harmonies of #B29297
Complementary color
Monochromatic Colors of #B29297
Black with #B29297
Text Example
Text Example
White with #B29297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29297; }
p { color: rgb(178,146,151); }
H1.HeaderClassName
{
color: #B29297;
}
.AnyTagClassName
{
color: #B29297;
}
</style>
background-color css
<style>
a { background-color: #B29297; }
a { background-color: rgb(178,146,151); }
div.DivClassName
{
background-color: #B29297;
}
.BgClassName
{
background-color: #B29297;
}
</style>
border-color css
<style>
span { border-color: #B29297; }
span { border-color: rgb(178,146,151); }
td.TdClassName
{
border-color: #B29297;
}
.TagClassName
{
border-color: #B29297;
}
</style>