Shades of Viola #BF859B
Tints of Viola #BF859B
RGB
CMYK
RGB Variations
Color information
#BF859B (or 0xBF859B) is known color: Viola. HEX triplet: BF, 85 and 9B. RGB value is (191,133,155). Sum of RGB (Red+Green+Blue) = 191+133+155=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 155 (60.94% from 255 or 32.36% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BF859B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF859B is #407A64. Grayscale: #989898. Windows color (decimal): -4225637 or 10192319. OLE color: 10192319.
HSL color Cylindrical-coordinate representation of color #BF859B: hue angle of 337.24º 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 #BF859B is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 133 | 155 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.25 |
| HSL | 337.24º | 0.31% | 0.64% | - |
| HSV(B) | 337.24º | 0.3% | 0.75% | - |
| XYZ | 35.79 | 30.22 | 34.96 | - |
| YUV | 152.85 | 129.22 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 133 | 155 | 0 | 0.30 | 0.19 | 0.25 | 337.24 | 0.31 | 0.64 |
| Hex | BF | 85 | 9B | 0 | 1E | 13 | 19 | 151 | 1F | 40 |
| Octal | 277 | 205 | 233 | 0 | 36 | 23 | 31 | 521 | 37 | 100 |
| Binary | 10111111 | 10000101 | 10011011 | 0 | 11110 | 10011 | 11001 | 101010001 | 11111 | 1000000 |
Color Harmonies of #BF859B
Complementary color
Monochromatic Colors of #BF859B
Black with #BF859B
Text Example
Text Example
White with #BF859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF859B; }
p { color: rgb(191,133,155); }
H1.HeaderClassName
{
color: #BF859B;
}
.AnyTagClassName
{
color: #BF859B;
}
</style>
background-color css
<style>
a { background-color: #BF859B; }
a { background-color: rgb(191,133,155); }
div.DivClassName
{
background-color: #BF859B;
}
.BgClassName
{
background-color: #BF859B;
}
</style>
border-color css
<style>
span { border-color: #BF859B; }
span { border-color: rgb(191,133,155); }
td.TdClassName
{
border-color: #BF859B;
}
.TagClassName
{
border-color: #BF859B;
}
</style>