Shades of Viola #BB979E
Tints of Viola #BB979E
RGB
CMYK
RGB Variations
Color information
#BB979E (or 0xBB979E) is known color: Viola. HEX triplet: BB, 97 and 9E. RGB value is (187,151,158). Sum of RGB (Red+Green+Blue) = 187+151+158=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BB979E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB979E is #446861. Grayscale: #A2A2A2. Windows color (decimal): -4483170 or 10393531. OLE color: 10393531.
HSL color Cylindrical-coordinate representation of color #BB979E: hue angle of 348.33º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BB979E is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 151 | 158 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.27 |
| HSL | 348.33º | 0.21% | 0.66% | - |
| HSV(B) | 348.33º | 0.19% | 0.73% | - |
| XYZ | 37.73 | 35.17 | 37.15 | - |
| YUV | 162.56 | 125.43 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 151 | 158 | 0 | 0.19 | 0.16 | 0.27 | 348.33 | 0.21 | 0.66 |
| Hex | BB | 97 | 9E | 0 | 13 | 10 | 1B | 15C | 15 | 42 |
| Octal | 273 | 227 | 236 | 0 | 23 | 20 | 33 | 534 | 25 | 102 |
| Binary | 10111011 | 10010111 | 10011110 | 0 | 10011 | 10000 | 11011 | 101011100 | 10101 | 1000010 |
Color Harmonies of #BB979E
Complementary color
Monochromatic Colors of #BB979E
Black with #BB979E
Text Example
Text Example
White with #BB979E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB979E; }
p { color: rgb(187,151,158); }
H1.HeaderClassName
{
color: #BB979E;
}
.AnyTagClassName
{
color: #BB979E;
}
</style>
background-color css
<style>
a { background-color: #BB979E; }
a { background-color: rgb(187,151,158); }
div.DivClassName
{
background-color: #BB979E;
}
.BgClassName
{
background-color: #BB979E;
}
</style>
border-color css
<style>
span { border-color: #BB979E; }
span { border-color: rgb(187,151,158); }
td.TdClassName
{
border-color: #BB979E;
}
.TagClassName
{
border-color: #BB979E;
}
</style>