Shades of Viola #BF849D
Tints of Viola #BF849D
RGB
CMYK
RGB Variations
Color information
#BF849D (or 0xBF849D) is known color: Viola. HEX triplet: BF, 84 and 9D. RGB value is (191,132,157). Sum of RGB (Red+Green+Blue) = 191+132+157=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 191 - color contains mainly: red. Hex color #BF849D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF849D is #407B62. Grayscale: #989898. Windows color (decimal): -4225891 or 10323135. OLE color: 10323135.
HSL color Cylindrical-coordinate representation of color #BF849D: hue angle of 334.58º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BF849D is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 132 | 157 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.25 |
| HSL | 334.58º | 0.32% | 0.63% | - |
| HSV(B) | 334.58º | 0.31% | 0.75% | - |
| XYZ | 35.82 | 30.01 | 35.8 | - |
| YUV | 152.49 | 130.55 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 132 | 157 | 0 | 0.31 | 0.18 | 0.25 | 334.58 | 0.32 | 0.63 |
| Hex | BF | 84 | 9D | 0 | 1F | 12 | 19 | 14F | 20 | 3F |
| Octal | 277 | 204 | 235 | 0 | 37 | 22 | 31 | 517 | 40 | 77 |
| Binary | 10111111 | 10000100 | 10011101 | 0 | 11111 | 10010 | 11001 | 101001111 | 100000 | 111111 |
Color Harmonies of #BF849D
Complementary color
Monochromatic Colors of #BF849D
Black with #BF849D
Text Example
Text Example
White with #BF849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF849D; }
p { color: rgb(191,132,157); }
H1.HeaderClassName
{
color: #BF849D;
}
.AnyTagClassName
{
color: #BF849D;
}
</style>
background-color css
<style>
a { background-color: #BF849D; }
a { background-color: rgb(191,132,157); }
div.DivClassName
{
background-color: #BF849D;
}
.BgClassName
{
background-color: #BF849D;
}
</style>
border-color css
<style>
span { border-color: #BF849D; }
span { border-color: rgb(191,132,157); }
td.TdClassName
{
border-color: #BF849D;
}
.TagClassName
{
border-color: #BF849D;
}
</style>