Shades of Viola #BF87A0
Tints of Viola #BF87A0
RGB
CMYK
RGB Variations
Color information
#BF87A0 (or 0xBF87A0) is known color: Viola. HEX triplet: BF, 87 and A0. RGB value is (191,135,160). Sum of RGB (Red+Green+Blue) = 191+135+160=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 135 (53.12% from 255 or 27.78% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BF87A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF87A0 is #40785F. Grayscale: #9A9A9A. Windows color (decimal): -4225120 or 10520511. OLE color: 10520511.
HSL color Cylindrical-coordinate representation of color #BF87A0: hue angle of 333.21º 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 #BF87A0 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 135 | 160 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.25 |
| HSL | 333.21º | 0.3% | 0.64% | - |
| HSV(B) | 333.21º | 0.29% | 0.75% | - |
| XYZ | 36.5 | 30.94 | 37.31 | - |
| YUV | 154.59 | 131.05 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 135 | 160 | 0 | 0.29 | 0.16 | 0.25 | 333.21 | 0.3 | 0.64 |
| Hex | BF | 87 | A0 | 0 | 1D | 10 | 19 | 14D | 1E | 40 |
| Octal | 277 | 207 | 240 | 0 | 35 | 20 | 31 | 515 | 36 | 100 |
| Binary | 10111111 | 10000111 | 10100000 | 0 | 11101 | 10000 | 11001 | 101001101 | 11110 | 1000000 |
Color Harmonies of #BF87A0
Complementary color
Monochromatic Colors of #BF87A0
Black with #BF87A0
Text Example
Text Example
White with #BF87A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF87A0; }
p { color: rgb(191,135,160); }
H1.HeaderClassName
{
color: #BF87A0;
}
.AnyTagClassName
{
color: #BF87A0;
}
</style>
background-color css
<style>
a { background-color: #BF87A0; }
a { background-color: rgb(191,135,160); }
div.DivClassName
{
background-color: #BF87A0;
}
.BgClassName
{
background-color: #BF87A0;
}
</style>
border-color css
<style>
span { border-color: #BF87A0; }
span { border-color: rgb(191,135,160); }
td.TdClassName
{
border-color: #BF87A0;
}
.TagClassName
{
border-color: #BF87A0;
}
</style>