Shades of Viola #BB849B
Tints of Viola #BB849B
RGB
CMYK
RGB Variations
Color information
#BB849B (or 0xBB849B) is known color: Viola. HEX triplet: BB, 84 and 9B. RGB value is (187,132,155). Sum of RGB (Red+Green+Blue) = 187+132+155=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BB849B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB849B is #447B64. Grayscale: #979797. Windows color (decimal): -4488037 or 10192059. OLE color: 10192059.
HSL color Cylindrical-coordinate representation of color #BB849B: hue angle of 334.91º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB849B is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 132 | 155 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.27 |
| HSL | 334.91º | 0.29% | 0.63% | - |
| HSV(B) | 334.91º | 0.29% | 0.73% | - |
| XYZ | 34.66 | 29.43 | 34.86 | - |
| YUV | 151.07 | 130.22 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 132 | 155 | 0 | 0.29 | 0.17 | 0.27 | 334.91 | 0.29 | 0.63 |
| Hex | BB | 84 | 9B | 0 | 1D | 11 | 1B | 14F | 1D | 3F |
| Octal | 273 | 204 | 233 | 0 | 35 | 21 | 33 | 517 | 35 | 77 |
| Binary | 10111011 | 10000100 | 10011011 | 0 | 11101 | 10001 | 11011 | 101001111 | 11101 | 111111 |
Color Harmonies of #BB849B
Complementary color
Monochromatic Colors of #BB849B
Black with #BB849B
Text Example
Text Example
White with #BB849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB849B; }
p { color: rgb(187,132,155); }
H1.HeaderClassName
{
color: #BB849B;
}
.AnyTagClassName
{
color: #BB849B;
}
</style>
background-color css
<style>
a { background-color: #BB849B; }
a { background-color: rgb(187,132,155); }
div.DivClassName
{
background-color: #BB849B;
}
.BgClassName
{
background-color: #BB849B;
}
</style>
border-color css
<style>
span { border-color: #BB849B; }
span { border-color: rgb(187,132,155); }
td.TdClassName
{
border-color: #BB849B;
}
.TagClassName
{
border-color: #BB849B;
}
</style>