Shades of Viola #BF92A6
Tints of Viola #BF92A6
RGB
CMYK
RGB Variations
Color information
#BF92A6 (or 0xBF92A6) is known color: Viola. HEX triplet: BF, 92 and A6. RGB value is (191,146,166). Sum of RGB (Red+Green+Blue) = 191+146+166=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 166 (65.23% from 255 or 33.00% from 503); Max value from RGB is 191 - color contains mainly: red. Hex color #BF92A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF92A6 is #406D59. Grayscale: #A1A1A1. Windows color (decimal): -4222298 or 10916543. OLE color: 10916543.
HSL color Cylindrical-coordinate representation of color #BF92A6: hue angle of 333.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BF92A6 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 146 | 166 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.25 |
| HSL | 333.33º | 0.26% | 0.66% | - |
| HSV(B) | 333.33º | 0.24% | 0.75% | - |
| XYZ | 38.65 | 34.39 | 40.68 | - |
| YUV | 161.74 | 130.41 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 146 | 166 | 0 | 0.24 | 0.13 | 0.25 | 333.33 | 0.26 | 0.66 |
| Hex | BF | 92 | A6 | 0 | 18 | D | 19 | 14D | 1A | 42 |
| Octal | 277 | 222 | 246 | 0 | 30 | 15 | 31 | 515 | 32 | 102 |
| Binary | 10111111 | 10010010 | 10100110 | 0 | 11000 | 1101 | 11001 | 101001101 | 11010 | 1000010 |
Color Harmonies of #BF92A6
Complementary color
Monochromatic Colors of #BF92A6
Black with #BF92A6
Text Example
Text Example
White with #BF92A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF92A6; }
p { color: rgb(191,146,166); }
H1.HeaderClassName
{
color: #BF92A6;
}
.AnyTagClassName
{
color: #BF92A6;
}
</style>
background-color css
<style>
a { background-color: #BF92A6; }
a { background-color: rgb(191,146,166); }
div.DivClassName
{
background-color: #BF92A6;
}
.BgClassName
{
background-color: #BF92A6;
}
</style>
border-color css
<style>
span { border-color: #BF92A6; }
span { border-color: rgb(191,146,166); }
td.TdClassName
{
border-color: #BF92A6;
}
.TagClassName
{
border-color: #BF92A6;
}
</style>