Shades of Viola #BF949B
Tints of Viola #BF949B
RGB
CMYK
RGB Variations
Color information
#BF949B (or 0xBF949B) is known color: Viola. HEX triplet: BF, 94 and 9B. RGB value is (191,148,155). Sum of RGB (Red+Green+Blue) = 191+148+155=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 191 - color contains mainly: red. Hex color #BF949B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF949B is #406B64. Grayscale: #A1A1A1. Windows color (decimal): -4221797 or 10196159. OLE color: 10196159.
HSL color Cylindrical-coordinate representation of color #BF949B: hue angle of 350.23º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BF949B is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 148 | 155 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.25 |
| HSL | 350.23º | 0.25% | 0.66% | - |
| HSV(B) | 350.23º | 0.23% | 0.75% | - |
| XYZ | 37.99 | 34.62 | 35.69 | - |
| YUV | 161.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 148 | 155 | 0 | 0.23 | 0.19 | 0.25 | 350.23 | 0.25 | 0.66 |
| Hex | BF | 94 | 9B | 0 | 17 | 13 | 19 | 15E | 19 | 42 |
| Octal | 277 | 224 | 233 | 0 | 27 | 23 | 31 | 536 | 31 | 102 |
| Binary | 10111111 | 10010100 | 10011011 | 0 | 10111 | 10011 | 11001 | 101011110 | 11001 | 1000010 |
Color Harmonies of #BF949B
Complementary color
Monochromatic Colors of #BF949B
Black with #BF949B
Text Example
Text Example
White with #BF949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF949B; }
p { color: rgb(191,148,155); }
H1.HeaderClassName
{
color: #BF949B;
}
.AnyTagClassName
{
color: #BF949B;
}
</style>
background-color css
<style>
a { background-color: #BF949B; }
a { background-color: rgb(191,148,155); }
div.DivClassName
{
background-color: #BF949B;
}
.BgClassName
{
background-color: #BF949B;
}
</style>
border-color css
<style>
span { border-color: #BF949B; }
span { border-color: rgb(191,148,155); }
td.TdClassName
{
border-color: #BF949B;
}
.TagClassName
{
border-color: #BF949B;
}
</style>