HTML tags in bloginfo description

I found the answer. just replace

bloginfo('description')

by get_bloginfo('description')

So

echo html_entity_decode(get_bloginfo('description'))

Works as expected.