Shades of Viola #BF829D
Tints of Viola #BF829D
RGB
CMYK
RGB Variations
Color information
#BF829D (or 0xBF829D) is known color: Viola. HEX triplet: BF, 82 and 9D. RGB value is (191,130,157). Sum of RGB (Red+Green+Blue) = 191+130+157=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BF829D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF829D is #407D62. Grayscale: #979797. Windows color (decimal): -4226403 or 10322623. OLE color: 10322623.
HSL color Cylindrical-coordinate representation of color #BF829D: hue angle of 333.44º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF829D is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 130 | 157 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.25 |
| HSL | 333.44º | 0.32% | 0.63% | - |
| HSV(B) | 333.44º | 0.32% | 0.75% | - |
| XYZ | 35.55 | 29.48 | 35.71 | - |
| YUV | 151.32 | 131.21 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 130 | 157 | 0 | 0.32 | 0.18 | 0.25 | 333.44 | 0.32 | 0.63 |
| Hex | BF | 82 | 9D | 0 | 20 | 12 | 19 | 14D | 20 | 3F |
| Octal | 277 | 202 | 235 | 0 | 40 | 22 | 31 | 515 | 40 | 77 |
| Binary | 10111111 | 10000010 | 10011101 | 0 | 100000 | 10010 | 11001 | 101001101 | 100000 | 111111 |
Color Harmonies of #BF829D
Complementary color
Monochromatic Colors of #BF829D
Black with #BF829D
Text Example
Text Example
White with #BF829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF829D; }
p { color: rgb(191,130,157); }
H1.HeaderClassName
{
color: #BF829D;
}
.AnyTagClassName
{
color: #BF829D;
}
</style>
background-color css
<style>
a { background-color: #BF829D; }
a { background-color: rgb(191,130,157); }
div.DivClassName
{
background-color: #BF829D;
}
.BgClassName
{
background-color: #BF829D;
}
</style>
border-color css
<style>
span { border-color: #BF829D; }
span { border-color: rgb(191,130,157); }
td.TdClassName
{
border-color: #BF829D;
}
.TagClassName
{
border-color: #BF829D;
}
</style>