Shades of Viola #BF8895
Tints of Viola #BF8895
RGB
CMYK
RGB Variations
Color information
#BF8895 (or 0xBF8895) is known color: Viola. HEX triplet: BF, 88 and 95. RGB value is (191,136,149). Sum of RGB (Red+Green+Blue) = 191+136+149=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8895 is #40776A. Grayscale: #999999. Windows color (decimal): -4224875 or 9799871. OLE color: 9799871.
HSL color Cylindrical-coordinate representation of color #BF8895: hue angle of 345.82º 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 #BF8895 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 136 | 149 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.25 |
| HSL | 345.82º | 0.3% | 0.64% | - |
| HSV(B) | 345.82º | 0.29% | 0.75% | - |
| XYZ | 35.71 | 30.85 | 32.51 | - |
| YUV | 153.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 136 | 149 | 0 | 0.29 | 0.22 | 0.25 | 345.82 | 0.3 | 0.64 |
| Hex | BF | 88 | 95 | 0 | 1D | 16 | 19 | 15A | 1E | 40 |
| Octal | 277 | 210 | 225 | 0 | 35 | 26 | 31 | 532 | 36 | 100 |
| Binary | 10111111 | 10001000 | 10010101 | 0 | 11101 | 10110 | 11001 | 101011010 | 11110 | 1000000 |
Color Harmonies of #BF8895
Complementary color
Monochromatic Colors of #BF8895
Black with #BF8895
Text Example
Text Example
White with #BF8895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8895; }
p { color: rgb(191,136,149); }
H1.HeaderClassName
{
color: #BF8895;
}
.AnyTagClassName
{
color: #BF8895;
}
</style>
background-color css
<style>
a { background-color: #BF8895; }
a { background-color: rgb(191,136,149); }
div.DivClassName
{
background-color: #BF8895;
}
.BgClassName
{
background-color: #BF8895;
}
</style>
border-color css
<style>
span { border-color: #BF8895; }
span { border-color: rgb(191,136,149); }
td.TdClassName
{
border-color: #BF8895;
}
.TagClassName
{
border-color: #BF8895;
}
</style>