Shades of Viola #BB949D
Tints of Viola #BB949D
RGB
CMYK
RGB Variations
Color information
#BB949D (or 0xBB949D) is known color: Viola. HEX triplet: BB, 94 and 9D. RGB value is (187,148,157). Sum of RGB (Red+Green+Blue) = 187+148+157=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 187 - color contains mainly: red. Hex color #BB949D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB949D is #446B62. Grayscale: #A0A0A0. Windows color (decimal): -4483939 or 10327227. OLE color: 10327227.
HSL color Cylindrical-coordinate representation of color #BB949D: hue angle of 346.15º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BB949D is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 148 | 157 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.27 |
| HSL | 346.15º | 0.22% | 0.66% | - |
| HSV(B) | 346.15º | 0.21% | 0.73% | - |
| XYZ | 37.17 | 34.18 | 36.54 | - |
| YUV | 160.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 148 | 157 | 0 | 0.21 | 0.16 | 0.27 | 346.15 | 0.22 | 0.66 |
| Hex | BB | 94 | 9D | 0 | 15 | 10 | 1B | 15A | 16 | 42 |
| Octal | 273 | 224 | 235 | 0 | 25 | 20 | 33 | 532 | 26 | 102 |
| Binary | 10111011 | 10010100 | 10011101 | 0 | 10101 | 10000 | 11011 | 101011010 | 10110 | 1000010 |
Color Harmonies of #BB949D
Complementary color
Monochromatic Colors of #BB949D
Black with #BB949D
Text Example
Text Example
White with #BB949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB949D; }
p { color: rgb(187,148,157); }
H1.HeaderClassName
{
color: #BB949D;
}
.AnyTagClassName
{
color: #BB949D;
}
</style>
background-color css
<style>
a { background-color: #BB949D; }
a { background-color: rgb(187,148,157); }
div.DivClassName
{
background-color: #BB949D;
}
.BgClassName
{
background-color: #BB949D;
}
</style>
border-color css
<style>
span { border-color: #BB949D; }
span { border-color: rgb(187,148,157); }
td.TdClassName
{
border-color: #BB949D;
}
.TagClassName
{
border-color: #BB949D;
}
</style>