Shades of Viola #BF839C
Tints of Viola #BF839C
RGB
CMYK
RGB Variations
Color information
#BF839C (or 0xBF839C) is known color: Viola. HEX triplet: BF, 83 and 9C. RGB value is (191,131,156). Sum of RGB (Red+Green+Blue) = 191+131+156=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BF839C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF839C is #407C63. Grayscale: #979797. Windows color (decimal): -4226148 or 10257343. OLE color: 10257343.
HSL color Cylindrical-coordinate representation of color #BF839C: hue angle of 335º 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 #BF839C is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 131 | 156 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.25 |
| HSL | 335º | 0.32% | 0.63% | - |
| HSV(B) | 335º | 0.31% | 0.75% | - |
| XYZ | 35.6 | 29.71 | 35.31 | - |
| YUV | 151.79 | 130.38 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 131 | 156 | 0 | 0.31 | 0.18 | 0.25 | 335 | 0.32 | 0.63 |
| Hex | BF | 83 | 9C | 0 | 1F | 12 | 19 | 14F | 20 | 3F |
| Octal | 277 | 203 | 234 | 0 | 37 | 22 | 31 | 517 | 40 | 77 |
| Binary | 10111111 | 10000011 | 10011100 | 0 | 11111 | 10010 | 11001 | 101001111 | 100000 | 111111 |
Color Harmonies of #BF839C
Complementary color
Monochromatic Colors of #BF839C
Black with #BF839C
Text Example
Text Example
White with #BF839C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF839C; }
p { color: rgb(191,131,156); }
H1.HeaderClassName
{
color: #BF839C;
}
.AnyTagClassName
{
color: #BF839C;
}
</style>
background-color css
<style>
a { background-color: #BF839C; }
a { background-color: rgb(191,131,156); }
div.DivClassName
{
background-color: #BF839C;
}
.BgClassName
{
background-color: #BF839C;
}
</style>
border-color css
<style>
span { border-color: #BF839C; }
span { border-color: rgb(191,131,156); }
td.TdClassName
{
border-color: #BF839C;
}
.TagClassName
{
border-color: #BF839C;
}
</style>