Shades of Viola #B2999E
Tints of Viola #B2999E
RGB
CMYK
RGB Variations
Color information
#B2999E (or 0xB2999E) is known color: Viola. HEX triplet: B2, 99 and 9E. RGB value is (178,153,158). Sum of RGB (Red+Green+Blue) = 178+153+158=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 158 (62.11% from 255 or 32.31% from 489); Max value from RGB is 178 - color contains mainly: red. Hex color #B2999E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2999E is #4D6661. Grayscale: #A1A1A1. Windows color (decimal): -5072482 or 10394034. OLE color: 10394034.
HSL color Cylindrical-coordinate representation of color #B2999E: hue angle of 348º 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 #B2999E is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 153 | 158 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.30 |
| HSL | 348º | 0.14% | 0.65% | - |
| HSV(B) | 348º | 0.14% | 0.7% | - |
| XYZ | 35.92 | 34.72 | 37.16 | - |
| YUV | 161.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 153 | 158 | 0 | 0.14 | 0.11 | 0.30 | 348 | 0.14 | 0.65 |
| Hex | B2 | 99 | 9E | 0 | E | B | 1E | 15C | E | 41 |
| Octal | 262 | 231 | 236 | 0 | 16 | 13 | 36 | 534 | 16 | 101 |
| Binary | 10110010 | 10011001 | 10011110 | 0 | 1110 | 1011 | 11110 | 101011100 | 1110 | 1000001 |
Color Harmonies of #B2999E
Complementary color
Monochromatic Colors of #B2999E
Black with #B2999E
Text Example
Text Example
White with #B2999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2999E; }
p { color: rgb(178,153,158); }
H1.HeaderClassName
{
color: #B2999E;
}
.AnyTagClassName
{
color: #B2999E;
}
</style>
background-color css
<style>
a { background-color: #B2999E; }
a { background-color: rgb(178,153,158); }
div.DivClassName
{
background-color: #B2999E;
}
.BgClassName
{
background-color: #B2999E;
}
</style>
border-color css
<style>
span { border-color: #B2999E; }
span { border-color: rgb(178,153,158); }
td.TdClassName
{
border-color: #B2999E;
}
.TagClassName
{
border-color: #B2999E;
}
</style>