Shades of Viola #BB949A
Tints of Viola #BB949A
RGB
CMYK
RGB Variations
Color information
#BB949A (or 0xBB949A) is known color: Viola. HEX triplet: BB, 94 and 9A. RGB value is (187,148,154). Sum of RGB (Red+Green+Blue) = 187+148+154=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BB949A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB949A is #446B65. Grayscale: #A0A0A0. Windows color (decimal): -4483942 or 10130619. OLE color: 10130619.
HSL color Cylindrical-coordinate representation of color #BB949A: hue angle of 350.77º 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 #BB949A is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 148 | 154 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.27 |
| HSL | 350.77º | 0.22% | 0.66% | - |
| HSV(B) | 350.77º | 0.21% | 0.73% | - |
| XYZ | 36.92 | 34.08 | 35.2 | - |
| YUV | 160.35 | 124.42 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 148 | 154 | 0 | 0.21 | 0.18 | 0.27 | 350.77 | 0.22 | 0.66 |
| Hex | BB | 94 | 9A | 0 | 15 | 12 | 1B | 15F | 16 | 42 |
| Octal | 273 | 224 | 232 | 0 | 25 | 22 | 33 | 537 | 26 | 102 |
| Binary | 10111011 | 10010100 | 10011010 | 0 | 10101 | 10010 | 11011 | 101011111 | 10110 | 1000010 |
Color Harmonies of #BB949A
Complementary color
Monochromatic Colors of #BB949A
Black with #BB949A
Text Example
Text Example
White with #BB949A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB949A; }
p { color: rgb(187,148,154); }
H1.HeaderClassName
{
color: #BB949A;
}
.AnyTagClassName
{
color: #BB949A;
}
</style>
background-color css
<style>
a { background-color: #BB949A; }
a { background-color: rgb(187,148,154); }
div.DivClassName
{
background-color: #BB949A;
}
.BgClassName
{
background-color: #BB949A;
}
</style>
border-color css
<style>
span { border-color: #BB949A; }
span { border-color: rgb(187,148,154); }
td.TdClassName
{
border-color: #BB949A;
}
.TagClassName
{
border-color: #BB949A;
}
</style>