Shades of Viola #BB949B
Tints of Viola #BB949B
RGB
CMYK
RGB Variations
Color information
#BB949B (or 0xBB949B) is known color: Viola. HEX triplet: BB, 94 and 9B. RGB value is (187,148,155). Sum of RGB (Red+Green+Blue) = 187+148+155=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BB949B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB949B is #446B64. Grayscale: #A0A0A0. Windows color (decimal): -4483941 or 10196155. OLE color: 10196155.
HSL color Cylindrical-coordinate representation of color #BB949B: hue angle of 349.23º 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 #BB949B is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 148 | 155 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.27 |
| HSL | 349.23º | 0.22% | 0.66% | - |
| HSV(B) | 349.23º | 0.21% | 0.73% | - |
| XYZ | 37 | 34.11 | 35.64 | - |
| YUV | 160.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 148 | 155 | 0 | 0.21 | 0.17 | 0.27 | 349.23 | 0.22 | 0.66 |
| Hex | BB | 94 | 9B | 0 | 15 | 11 | 1B | 15D | 16 | 42 |
| Octal | 273 | 224 | 233 | 0 | 25 | 21 | 33 | 535 | 26 | 102 |
| Binary | 10111011 | 10010100 | 10011011 | 0 | 10101 | 10001 | 11011 | 101011101 | 10110 | 1000010 |
Color Harmonies of #BB949B
Complementary color
Monochromatic Colors of #BB949B
Black with #BB949B
Text Example
Text Example
White with #BB949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB949B; }
p { color: rgb(187,148,155); }
H1.HeaderClassName
{
color: #BB949B;
}
.AnyTagClassName
{
color: #BB949B;
}
</style>
background-color css
<style>
a { background-color: #BB949B; }
a { background-color: rgb(187,148,155); }
div.DivClassName
{
background-color: #BB949B;
}
.BgClassName
{
background-color: #BB949B;
}
</style>
border-color css
<style>
span { border-color: #BB949B; }
span { border-color: rgb(187,148,155); }
td.TdClassName
{
border-color: #BB949B;
}
.TagClassName
{
border-color: #BB949B;
}
</style>