Shades of Viola #BF839B
Tints of Viola #BF839B
RGB
CMYK
RGB Variations
Color information
#BF839B (or 0xBF839B) is known color: Viola. HEX triplet: BF, 83 and 9B. RGB value is (191,131,155). Sum of RGB (Red+Green+Blue) = 191+131+155=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BF839B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF839B is #407C64. Grayscale: #979797. Windows color (decimal): -4226149 or 10191807. OLE color: 10191807.
HSL color Cylindrical-coordinate representation of color #BF839B: hue angle of 336º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BF839B is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 131 | 155 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.25 |
| HSL | 336º | 0.32% | 0.63% | - |
| HSV(B) | 336º | 0.31% | 0.75% | - |
| XYZ | 35.52 | 29.68 | 34.87 | - |
| YUV | 151.68 | 129.88 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 131 | 155 | 0 | 0.31 | 0.19 | 0.25 | 336 | 0.32 | 0.63 |
| Hex | BF | 83 | 9B | 0 | 1F | 13 | 19 | 150 | 20 | 3F |
| Octal | 277 | 203 | 233 | 0 | 37 | 23 | 31 | 520 | 40 | 77 |
| Binary | 10111111 | 10000011 | 10011011 | 0 | 11111 | 10011 | 11001 | 101010000 | 100000 | 111111 |
Color Harmonies of #BF839B
Complementary color
Monochromatic Colors of #BF839B
Black with #BF839B
Text Example
Text Example
White with #BF839B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF839B; }
p { color: rgb(191,131,155); }
H1.HeaderClassName
{
color: #BF839B;
}
.AnyTagClassName
{
color: #BF839B;
}
</style>
background-color css
<style>
a { background-color: #BF839B; }
a { background-color: rgb(191,131,155); }
div.DivClassName
{
background-color: #BF839B;
}
.BgClassName
{
background-color: #BF839B;
}
</style>
border-color css
<style>
span { border-color: #BF839B; }
span { border-color: rgb(191,131,155); }
td.TdClassName
{
border-color: #BF839B;
}
.TagClassName
{
border-color: #BF839B;
}
</style>