Shades of Viola #BB979F
Tints of Viola #BB979F
RGB
CMYK
RGB Variations
Color information
#BB979F (or 0xBB979F) is known color: Viola. HEX triplet: BB, 97 and 9F. RGB value is (187,151,159). Sum of RGB (Red+Green+Blue) = 187+151+159=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BB979F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB979F is #446860. Grayscale: #A2A2A2. Windows color (decimal): -4483169 or 10459067. OLE color: 10459067.
HSL color Cylindrical-coordinate representation of color #BB979F: hue angle of 346.67º 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 #BB979F is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 151 | 159 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.27 |
| HSL | 346.67º | 0.21% | 0.66% | - |
| HSV(B) | 346.67º | 0.19% | 0.73% | - |
| XYZ | 37.82 | 35.2 | 37.6 | - |
| YUV | 162.68 | 125.93 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 151 | 159 | 0 | 0.19 | 0.15 | 0.27 | 346.67 | 0.21 | 0.66 |
| Hex | BB | 97 | 9F | 0 | 13 | F | 1B | 15B | 15 | 42 |
| Octal | 273 | 227 | 237 | 0 | 23 | 17 | 33 | 533 | 25 | 102 |
| Binary | 10111011 | 10010111 | 10011111 | 0 | 10011 | 1111 | 11011 | 101011011 | 10101 | 1000010 |
Color Harmonies of #BB979F
Complementary color
Monochromatic Colors of #BB979F
Black with #BB979F
Text Example
Text Example
White with #BB979F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB979F; }
p { color: rgb(187,151,159); }
H1.HeaderClassName
{
color: #BB979F;
}
.AnyTagClassName
{
color: #BB979F;
}
</style>
background-color css
<style>
a { background-color: #BB979F; }
a { background-color: rgb(187,151,159); }
div.DivClassName
{
background-color: #BB979F;
}
.BgClassName
{
background-color: #BB979F;
}
</style>
border-color css
<style>
span { border-color: #BB979F; }
span { border-color: rgb(187,151,159); }
td.TdClassName
{
border-color: #BB979F;
}
.TagClassName
{
border-color: #BB979F;
}
</style>