Shades of Viola #BF889F
Tints of Viola #BF889F
RGB
CMYK
RGB Variations
Color information
#BF889F (or 0xBF889F) is known color: Viola. HEX triplet: BF, 88 and 9F. RGB value is (191,136,159). Sum of RGB (Red+Green+Blue) = 191+136+159=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 136 (53.52% from 255 or 27.98% from 486); Blue value is 159 (62.5% from 255 or 32.72% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BF889F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF889F is #407760. Grayscale: #9B9B9B. Windows color (decimal): -4224865 or 10455231. OLE color: 10455231.
HSL color Cylindrical-coordinate representation of color #BF889F: hue angle of 334.91º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF889F is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 136 | 159 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.25 |
| HSL | 334.91º | 0.3% | 0.64% | - |
| HSV(B) | 334.91º | 0.29% | 0.75% | - |
| XYZ | 36.55 | 31.19 | 36.89 | - |
| YUV | 155.07 | 130.22 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 136 | 159 | 0 | 0.29 | 0.17 | 0.25 | 334.91 | 0.3 | 0.64 |
| Hex | BF | 88 | 9F | 0 | 1D | 11 | 19 | 14F | 1E | 40 |
| Octal | 277 | 210 | 237 | 0 | 35 | 21 | 31 | 517 | 36 | 100 |
| Binary | 10111111 | 10001000 | 10011111 | 0 | 11101 | 10001 | 11001 | 101001111 | 11110 | 1000000 |
Color Harmonies of #BF889F
Complementary color
Monochromatic Colors of #BF889F
Black with #BF889F
Text Example
Text Example
White with #BF889F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF889F; }
p { color: rgb(191,136,159); }
H1.HeaderClassName
{
color: #BF889F;
}
.AnyTagClassName
{
color: #BF889F;
}
</style>
background-color css
<style>
a { background-color: #BF889F; }
a { background-color: rgb(191,136,159); }
div.DivClassName
{
background-color: #BF889F;
}
.BgClassName
{
background-color: #BF889F;
}
</style>
border-color css
<style>
span { border-color: #BF889F; }
span { border-color: rgb(191,136,159); }
td.TdClassName
{
border-color: #BF889F;
}
.TagClassName
{
border-color: #BF889F;
}
</style>