Shades of Viola #BF859D
Tints of Viola #BF859D
RGB
CMYK
RGB Variations
Color information
#BF859D (or 0xBF859D) is known color: Viola. HEX triplet: BF, 85 and 9D. RGB value is (191,133,157). Sum of RGB (Red+Green+Blue) = 191+133+157=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 191 - color contains mainly: red. Hex color #BF859D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF859D is #407A62. Grayscale: #999999. Windows color (decimal): -4225635 or 10323391. OLE color: 10323391.
HSL color Cylindrical-coordinate representation of color #BF859D: hue angle of 335.17º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF859D is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 133 | 157 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.25 |
| HSL | 335.17º | 0.31% | 0.64% | - |
| HSV(B) | 335.17º | 0.3% | 0.75% | - |
| XYZ | 35.96 | 30.29 | 35.85 | - |
| YUV | 153.08 | 130.22 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 133 | 157 | 0 | 0.30 | 0.18 | 0.25 | 335.17 | 0.31 | 0.64 |
| Hex | BF | 85 | 9D | 0 | 1E | 12 | 19 | 14F | 1F | 40 |
| Octal | 277 | 205 | 235 | 0 | 36 | 22 | 31 | 517 | 37 | 100 |
| Binary | 10111111 | 10000101 | 10011101 | 0 | 11110 | 10010 | 11001 | 101001111 | 11111 | 1000000 |
Color Harmonies of #BF859D
Complementary color
Monochromatic Colors of #BF859D
Black with #BF859D
Text Example
Text Example
White with #BF859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF859D; }
p { color: rgb(191,133,157); }
H1.HeaderClassName
{
color: #BF859D;
}
.AnyTagClassName
{
color: #BF859D;
}
</style>
background-color css
<style>
a { background-color: #BF859D; }
a { background-color: rgb(191,133,157); }
div.DivClassName
{
background-color: #BF859D;
}
.BgClassName
{
background-color: #BF859D;
}
</style>
border-color css
<style>
span { border-color: #BF859D; }
span { border-color: rgb(191,133,157); }
td.TdClassName
{
border-color: #BF859D;
}
.TagClassName
{
border-color: #BF859D;
}
</style>