Shades of Viola #BF85A1
Tints of Viola #BF85A1
RGB
CMYK
RGB Variations
Color information
#BF85A1 (or 0xBF85A1) is known color: Viola. HEX triplet: BF, 85 and A1. RGB value is (191,133,161). Sum of RGB (Red+Green+Blue) = 191+133+161=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 191 - color contains mainly: red. Hex color #BF85A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF85A1 is #407A5E. Grayscale: #999999. Windows color (decimal): -4225631 or 10585535. OLE color: 10585535.
HSL color Cylindrical-coordinate representation of color #BF85A1: hue angle of 331.03º 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 #BF85A1 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 133 | 161 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.25 |
| HSL | 331.03º | 0.31% | 0.64% | - |
| HSV(B) | 331.03º | 0.3% | 0.75% | - |
| XYZ | 36.31 | 30.42 | 37.68 | - |
| YUV | 153.53 | 132.22 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 133 | 161 | 0 | 0.30 | 0.16 | 0.25 | 331.03 | 0.31 | 0.64 |
| Hex | BF | 85 | A1 | 0 | 1E | 10 | 19 | 14B | 1F | 40 |
| Octal | 277 | 205 | 241 | 0 | 36 | 20 | 31 | 513 | 37 | 100 |
| Binary | 10111111 | 10000101 | 10100001 | 0 | 11110 | 10000 | 11001 | 101001011 | 11111 | 1000000 |
Color Harmonies of #BF85A1
Complementary color
Monochromatic Colors of #BF85A1
Black with #BF85A1
Text Example
Text Example
White with #BF85A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF85A1; }
p { color: rgb(191,133,161); }
H1.HeaderClassName
{
color: #BF85A1;
}
.AnyTagClassName
{
color: #BF85A1;
}
</style>
background-color css
<style>
a { background-color: #BF85A1; }
a { background-color: rgb(191,133,161); }
div.DivClassName
{
background-color: #BF85A1;
}
.BgClassName
{
background-color: #BF85A1;
}
</style>
border-color css
<style>
span { border-color: #BF85A1; }
span { border-color: rgb(191,133,161); }
td.TdClassName
{
border-color: #BF85A1;
}
.TagClassName
{
border-color: #BF85A1;
}
</style>