Shades of Viola #BF879B
Tints of Viola #BF879B
RGB
CMYK
RGB Variations
Color information
#BF879B (or 0xBF879B) is known color: Viola. HEX triplet: BF, 87 and 9B. RGB value is (191,135,155). Sum of RGB (Red+Green+Blue) = 191+135+155=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 135 (53.12% from 255 or 28.07% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 191 - color contains mainly: red. Hex color #BF879B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF879B is #407864. Grayscale: #9A9A9A. Windows color (decimal): -4225125 or 10192831. OLE color: 10192831.
HSL color Cylindrical-coordinate representation of color #BF879B: hue angle of 338.57º 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 #BF879B is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 135 | 155 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.25 |
| HSL | 338.57º | 0.3% | 0.64% | - |
| HSV(B) | 338.57º | 0.29% | 0.75% | - |
| XYZ | 36.07 | 30.77 | 35.05 | - |
| YUV | 154.02 | 128.55 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 135 | 155 | 0 | 0.29 | 0.19 | 0.25 | 338.57 | 0.3 | 0.64 |
| Hex | BF | 87 | 9B | 0 | 1D | 13 | 19 | 153 | 1E | 40 |
| Octal | 277 | 207 | 233 | 0 | 35 | 23 | 31 | 523 | 36 | 100 |
| Binary | 10111111 | 10000111 | 10011011 | 0 | 11101 | 10011 | 11001 | 101010011 | 11110 | 1000000 |
Color Harmonies of #BF879B
Complementary color
Monochromatic Colors of #BF879B
Black with #BF879B
Text Example
Text Example
White with #BF879B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF879B; }
p { color: rgb(191,135,155); }
H1.HeaderClassName
{
color: #BF879B;
}
.AnyTagClassName
{
color: #BF879B;
}
</style>
background-color css
<style>
a { background-color: #BF879B; }
a { background-color: rgb(191,135,155); }
div.DivClassName
{
background-color: #BF879B;
}
.BgClassName
{
background-color: #BF879B;
}
</style>
border-color css
<style>
span { border-color: #BF879B; }
span { border-color: rgb(191,135,155); }
td.TdClassName
{
border-color: #BF879B;
}
.TagClassName
{
border-color: #BF879B;
}
</style>