Shades of Viola #BF829E
Tints of Viola #BF829E
RGB
CMYK
RGB Variations
Color information
#BF829E (or 0xBF829E) is known color: Viola. HEX triplet: BF, 82 and 9E. RGB value is (191,130,158). Sum of RGB (Red+Green+Blue) = 191+130+158=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 158 (62.11% from 255 or 32.99% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BF829E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF829E is #407D61. Grayscale: #979797. Windows color (decimal): -4226402 or 10388159. OLE color: 10388159.
HSL color Cylindrical-coordinate representation of color #BF829E: hue angle of 332.46º 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 #BF829E is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 130 | 158 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.25 |
| HSL | 332.46º | 0.32% | 0.63% | - |
| HSV(B) | 332.46º | 0.32% | 0.75% | - |
| XYZ | 35.64 | 29.51 | 36.17 | - |
| YUV | 151.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 130 | 158 | 0 | 0.32 | 0.17 | 0.25 | 332.46 | 0.32 | 0.63 |
| Hex | BF | 82 | 9E | 0 | 20 | 11 | 19 | 14C | 20 | 3F |
| Octal | 277 | 202 | 236 | 0 | 40 | 21 | 31 | 514 | 40 | 77 |
| Binary | 10111111 | 10000010 | 10011110 | 0 | 100000 | 10001 | 11001 | 101001100 | 100000 | 111111 |
Color Harmonies of #BF829E
Complementary color
Monochromatic Colors of #BF829E
Black with #BF829E
Text Example
Text Example
White with #BF829E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF829E; }
p { color: rgb(191,130,158); }
H1.HeaderClassName
{
color: #BF829E;
}
.AnyTagClassName
{
color: #BF829E;
}
</style>
background-color css
<style>
a { background-color: #BF829E; }
a { background-color: rgb(191,130,158); }
div.DivClassName
{
background-color: #BF829E;
}
.BgClassName
{
background-color: #BF829E;
}
</style>
border-color css
<style>
span { border-color: #BF829E; }
span { border-color: rgb(191,130,158); }
td.TdClassName
{
border-color: #BF829E;
}
.TagClassName
{
border-color: #BF829E;
}
</style>