Shades of Viola #BF829A
Tints of Viola #BF829A
RGB
CMYK
RGB Variations
Color information
#BF829A (or 0xBF829A) is known color: Viola. HEX triplet: BF, 82 and 9A. RGB value is (191,130,154). Sum of RGB (Red+Green+Blue) = 191+130+154=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BF829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF829A is #407D65. Grayscale: #969696. Windows color (decimal): -4226406 or 10126015. OLE color: 10126015.
HSL color Cylindrical-coordinate representation of color #BF829A: hue angle of 336.39º 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 #BF829A is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 130 | 154 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.25 |
| HSL | 336.39º | 0.32% | 0.63% | - |
| HSV(B) | 336.39º | 0.32% | 0.75% | - |
| XYZ | 35.3 | 29.37 | 34.38 | - |
| YUV | 150.98 | 129.71 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 130 | 154 | 0 | 0.32 | 0.19 | 0.25 | 336.39 | 0.32 | 0.63 |
| Hex | BF | 82 | 9A | 0 | 20 | 13 | 19 | 150 | 20 | 3F |
| Octal | 277 | 202 | 232 | 0 | 40 | 23 | 31 | 520 | 40 | 77 |
| Binary | 10111111 | 10000010 | 10011010 | 0 | 100000 | 10011 | 11001 | 101010000 | 100000 | 111111 |
Color Harmonies of #BF829A
Complementary color
Monochromatic Colors of #BF829A
Black with #BF829A
Text Example
Text Example
White with #BF829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF829A; }
p { color: rgb(191,130,154); }
H1.HeaderClassName
{
color: #BF829A;
}
.AnyTagClassName
{
color: #BF829A;
}
</style>
background-color css
<style>
a { background-color: #BF829A; }
a { background-color: rgb(191,130,154); }
div.DivClassName
{
background-color: #BF829A;
}
.BgClassName
{
background-color: #BF829A;
}
</style>
border-color css
<style>
span { border-color: #BF829A; }
span { border-color: rgb(191,130,154); }
td.TdClassName
{
border-color: #BF829A;
}
.TagClassName
{
border-color: #BF829A;
}
</style>