Shades of Viola #BF8C9B
Tints of Viola #BF8C9B
RGB
CMYK
RGB Variations
Color information
#BF8C9B (or 0xBF8C9B) is known color: Viola. HEX triplet: BF, 8C and 9B. RGB value is (191,140,155). Sum of RGB (Red+Green+Blue) = 191+140+155=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8C9B is #407364. Grayscale: #9C9C9C. Windows color (decimal): -4223845 or 10194111. OLE color: 10194111.
HSL color Cylindrical-coordinate representation of color #BF8C9B: hue angle of 342.35º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BF8C9B is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 140 | 155 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.25 |
| HSL | 342.35º | 0.28% | 0.65% | - |
| HSV(B) | 342.35º | 0.27% | 0.75% | - |
| XYZ | 36.78 | 32.2 | 35.29 | - |
| YUV | 156.96 | 126.9 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 140 | 155 | 0 | 0.27 | 0.19 | 0.25 | 342.35 | 0.28 | 0.65 |
| Hex | BF | 8C | 9B | 0 | 1B | 13 | 19 | 156 | 1C | 41 |
| Octal | 277 | 214 | 233 | 0 | 33 | 23 | 31 | 526 | 34 | 101 |
| Binary | 10111111 | 10001100 | 10011011 | 0 | 11011 | 10011 | 11001 | 101010110 | 11100 | 1000001 |
Color Harmonies of #BF8C9B
Complementary color
Monochromatic Colors of #BF8C9B
Black with #BF8C9B
Text Example
Text Example
White with #BF8C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8C9B; }
p { color: rgb(191,140,155); }
H1.HeaderClassName
{
color: #BF8C9B;
}
.AnyTagClassName
{
color: #BF8C9B;
}
</style>
background-color css
<style>
a { background-color: #BF8C9B; }
a { background-color: rgb(191,140,155); }
div.DivClassName
{
background-color: #BF8C9B;
}
.BgClassName
{
background-color: #BF8C9B;
}
</style>
border-color css
<style>
span { border-color: #BF8C9B; }
span { border-color: rgb(191,140,155); }
td.TdClassName
{
border-color: #BF8C9B;
}
.TagClassName
{
border-color: #BF8C9B;
}
</style>