Shades of Viola #BF7F9F
Tints of Viola #BF7F9F
RGB
CMYK
RGB Variations
Color information
#BF7F9F (or 0xBF7F9F) is known color: Viola. HEX triplet: BF, 7F and 9F. RGB value is (191,127,159). Sum of RGB (Red+Green+Blue) = 191+127+159=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7F9F is #408060. Grayscale: #959595. Windows color (decimal): -4227169 or 10452927. OLE color: 10452927.
HSL color Cylindrical-coordinate representation of color #BF7F9F: hue angle of 330º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF7F9F is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 127 | 159 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.25 |
| HSL | 330º | 0.33% | 0.62% | - |
| HSV(B) | 330º | 0.34% | 0.75% | - |
| XYZ | 35.33 | 28.76 | 36.49 | - |
| YUV | 149.78 | 133.2 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 127 | 159 | 0 | 0.34 | 0.17 | 0.25 | 330 | 0.33 | 0.62 |
| Hex | BF | 7F | 9F | 0 | 22 | 11 | 19 | 14A | 21 | 3E |
| Octal | 277 | 177 | 237 | 0 | 42 | 21 | 31 | 512 | 41 | 76 |
| Binary | 10111111 | 1111111 | 10011111 | 0 | 100010 | 10001 | 11001 | 101001010 | 100001 | 111110 |
Color Harmonies of #BF7F9F
Complementary color
Monochromatic Colors of #BF7F9F
Black with #BF7F9F
Text Example
Text Example
White with #BF7F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7F9F; }
p { color: rgb(191,127,159); }
H1.HeaderClassName
{
color: #BF7F9F;
}
.AnyTagClassName
{
color: #BF7F9F;
}
</style>
background-color css
<style>
a { background-color: #BF7F9F; }
a { background-color: rgb(191,127,159); }
div.DivClassName
{
background-color: #BF7F9F;
}
.BgClassName
{
background-color: #BF7F9F;
}
</style>
border-color css
<style>
span { border-color: #BF7F9F; }
span { border-color: rgb(191,127,159); }
td.TdClassName
{
border-color: #BF7F9F;
}
.TagClassName
{
border-color: #BF7F9F;
}
</style>