Shades of Viola #BF8DA6
Tints of Viola #BF8DA6
RGB
CMYK
RGB Variations
Color information
#BF8DA6 (or 0xBF8DA6) is known color: Viola. HEX triplet: BF, 8D and A6. RGB value is (191,141,166). Sum of RGB (Red+Green+Blue) = 191+141+166=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 166 (65.23% from 255 or 33.33% from 498); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8DA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8DA6 is #407259. Grayscale: #9E9E9E. Windows color (decimal): -4223578 or 10915263. OLE color: 10915263.
HSL color Cylindrical-coordinate representation of color #BF8DA6: hue angle of 330º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BF8DA6 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 141 | 166 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.25 |
| HSL | 330º | 0.28% | 0.65% | - |
| HSV(B) | 330º | 0.26% | 0.75% | - |
| XYZ | 37.89 | 32.88 | 40.43 | - |
| YUV | 158.8 | 132.07 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 141 | 166 | 0 | 0.26 | 0.13 | 0.25 | 330 | 0.28 | 0.65 |
| Hex | BF | 8D | A6 | 0 | 1A | D | 19 | 14A | 1C | 41 |
| Octal | 277 | 215 | 246 | 0 | 32 | 15 | 31 | 512 | 34 | 101 |
| Binary | 10111111 | 10001101 | 10100110 | 0 | 11010 | 1101 | 11001 | 101001010 | 11100 | 1000001 |
Color Harmonies of #BF8DA6
Complementary color
Monochromatic Colors of #BF8DA6
Black with #BF8DA6
Text Example
Text Example
White with #BF8DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8DA6; }
p { color: rgb(191,141,166); }
H1.HeaderClassName
{
color: #BF8DA6;
}
.AnyTagClassName
{
color: #BF8DA6;
}
</style>
background-color css
<style>
a { background-color: #BF8DA6; }
a { background-color: rgb(191,141,166); }
div.DivClassName
{
background-color: #BF8DA6;
}
.BgClassName
{
background-color: #BF8DA6;
}
</style>
border-color css
<style>
span { border-color: #BF8DA6; }
span { border-color: rgb(191,141,166); }
td.TdClassName
{
border-color: #BF8DA6;
}
.TagClassName
{
border-color: #BF8DA6;
}
</style>