Shades of Viola #BB829B
Tints of Viola #BB829B
RGB
CMYK
RGB Variations
Color information
#BB829B (or 0xBB829B) is known color: Viola. HEX triplet: BB, 82 and 9B. RGB value is (187,130,155). Sum of RGB (Red+Green+Blue) = 187+130+155=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BB829B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB829B is #447D64. Grayscale: #959595. Windows color (decimal): -4488549 or 10191547. OLE color: 10191547.
HSL color Cylindrical-coordinate representation of color #BB829B: hue angle of 333.68º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB829B is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 130 | 155 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.27 |
| HSL | 333.68º | 0.3% | 0.62% | - |
| HSV(B) | 333.68º | 0.3% | 0.73% | - |
| XYZ | 34.39 | 28.9 | 34.78 | - |
| YUV | 149.89 | 130.88 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 130 | 155 | 0 | 0.30 | 0.17 | 0.27 | 333.68 | 0.3 | 0.62 |
| Hex | BB | 82 | 9B | 0 | 1E | 11 | 1B | 14E | 1E | 3E |
| Octal | 273 | 202 | 233 | 0 | 36 | 21 | 33 | 516 | 36 | 76 |
| Binary | 10111011 | 10000010 | 10011011 | 0 | 11110 | 10001 | 11011 | 101001110 | 11110 | 111110 |
Color Harmonies of #BB829B
Complementary color
Monochromatic Colors of #BB829B
Black with #BB829B
Text Example
Text Example
White with #BB829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB829B; }
p { color: rgb(187,130,155); }
H1.HeaderClassName
{
color: #BB829B;
}
.AnyTagClassName
{
color: #BB829B;
}
</style>
background-color css
<style>
a { background-color: #BB829B; }
a { background-color: rgb(187,130,155); }
div.DivClassName
{
background-color: #BB829B;
}
.BgClassName
{
background-color: #BB829B;
}
</style>
border-color css
<style>
span { border-color: #BB829B; }
span { border-color: rgb(187,130,155); }
td.TdClassName
{
border-color: #BB829B;
}
.TagClassName
{
border-color: #BB829B;
}
</style>