Shades of Viola #BB849C
Tints of Viola #BB849C
RGB
CMYK
RGB Variations
Color information
#BB849C (or 0xBB849C) is known color: Viola. HEX triplet: BB, 84 and 9C. RGB value is (187,132,156). Sum of RGB (Red+Green+Blue) = 187+132+156=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BB849C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB849C is #447B63. Grayscale: #979797. Windows color (decimal): -4488036 or 10257595. OLE color: 10257595.
HSL color Cylindrical-coordinate representation of color #BB849C: hue angle of 333.82º 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 #BB849C is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 132 | 156 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.27 |
| HSL | 333.82º | 0.29% | 0.63% | - |
| HSV(B) | 333.82º | 0.29% | 0.73% | - |
| XYZ | 34.75 | 29.47 | 35.31 | - |
| YUV | 151.18 | 130.72 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 132 | 156 | 0 | 0.29 | 0.17 | 0.27 | 333.82 | 0.29 | 0.63 |
| Hex | BB | 84 | 9C | 0 | 1D | 11 | 1B | 14E | 1D | 3F |
| Octal | 273 | 204 | 234 | 0 | 35 | 21 | 33 | 516 | 35 | 77 |
| Binary | 10111011 | 10000100 | 10011100 | 0 | 11101 | 10001 | 11011 | 101001110 | 11101 | 111111 |
Color Harmonies of #BB849C
Complementary color
Monochromatic Colors of #BB849C
Black with #BB849C
Text Example
Text Example
White with #BB849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB849C; }
p { color: rgb(187,132,156); }
H1.HeaderClassName
{
color: #BB849C;
}
.AnyTagClassName
{
color: #BB849C;
}
</style>
background-color css
<style>
a { background-color: #BB849C; }
a { background-color: rgb(187,132,156); }
div.DivClassName
{
background-color: #BB849C;
}
.BgClassName
{
background-color: #BB849C;
}
</style>
border-color css
<style>
span { border-color: #BB849C; }
span { border-color: rgb(187,132,156); }
td.TdClassName
{
border-color: #BB849C;
}
.TagClassName
{
border-color: #BB849C;
}
</style>