Shades of Viola #B2999D
Tints of Viola #B2999D
RGB
CMYK
RGB Variations
Color information
#B2999D (or 0xB2999D) is known color: Viola. HEX triplet: B2, 99 and 9D. RGB value is (178,153,157). Sum of RGB (Red+Green+Blue) = 178+153+157=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 178 - color contains mainly: red. Hex color #B2999D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2999D is #4D6662. Grayscale: #A0A0A0. Windows color (decimal): -5072483 or 10328498. OLE color: 10328498.
HSL color Cylindrical-coordinate representation of color #B2999D: hue angle of 350.4º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2999D is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 153 | 157 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.30 |
| HSL | 350.4º | 0.14% | 0.65% | - |
| HSV(B) | 350.4º | 0.14% | 0.7% | - |
| XYZ | 35.84 | 34.68 | 36.7 | - |
| YUV | 160.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 153 | 157 | 0 | 0.14 | 0.12 | 0.30 | 350.4 | 0.14 | 0.65 |
| Hex | B2 | 99 | 9D | 0 | E | C | 1E | 15E | E | 41 |
| Octal | 262 | 231 | 235 | 0 | 16 | 14 | 36 | 536 | 16 | 101 |
| Binary | 10110010 | 10011001 | 10011101 | 0 | 1110 | 1100 | 11110 | 101011110 | 1110 | 1000001 |
Color Harmonies of #B2999D
Complementary color
Monochromatic Colors of #B2999D
Black with #B2999D
Text Example
Text Example
White with #B2999D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2999D; }
p { color: rgb(178,153,157); }
H1.HeaderClassName
{
color: #B2999D;
}
.AnyTagClassName
{
color: #B2999D;
}
</style>
background-color css
<style>
a { background-color: #B2999D; }
a { background-color: rgb(178,153,157); }
div.DivClassName
{
background-color: #B2999D;
}
.BgClassName
{
background-color: #B2999D;
}
</style>
border-color css
<style>
span { border-color: #B2999D; }
span { border-color: rgb(178,153,157); }
td.TdClassName
{
border-color: #B2999D;
}
.TagClassName
{
border-color: #B2999D;
}
</style>