Shades of Medium Violet Red #BF0BA1
Tints of Medium Violet Red #BF0BA1
RGB
CMYK
RGB Variations
Color information
#BF0BA1 (or 0xBF0BA1) is known color: Medium Violet Red. HEX triplet: BF, 0B and A1. RGB value is (191,11,161). Sum of RGB (Red+Green+Blue) = 191+11+161=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 11 (4.69% from 255 or 3.03% from 363); Blue value is 161 (63.28% from 255 or 44.35% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0BA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0BA1 is #40F45E. Grayscale: #515151. Windows color (decimal): -4256863 or 10554303. OLE color: 10554303.
HSL color Cylindrical-coordinate representation of color #BF0BA1: hue angle of 310º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0BA1 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 11 | 161 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.25 |
| HSL | 310º | 0.89% | 0.4% | - |
| HSV(B) | 310º | 0.94% | 0.75% | - |
| XYZ | 28.04 | 13.89 | 34.92 | - |
| YUV | 81.92 | 172.63 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 11 | 161 | 0 | 0.94 | 0.16 | 0.25 | 310 | 0.89 | 0.4 |
| Hex | BF | B | A1 | 0 | 5E | 10 | 19 | 136 | 59 | 28 |
| Octal | 277 | 13 | 241 | 0 | 136 | 20 | 31 | 466 | 131 | 50 |
| Binary | 10111111 | 1011 | 10100001 | 0 | 1011110 | 10000 | 11001 | 100110110 | 1011001 | 101000 |
Color Harmonies of #BF0BA1
Complementary color
Monochromatic Colors of #BF0BA1
Black with #BF0BA1
Text Example
Text Example
White with #BF0BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0BA1; }
p { color: rgb(191,11,161); }
H1.HeaderClassName
{
color: #BF0BA1;
}
.AnyTagClassName
{
color: #BF0BA1;
}
</style>
background-color css
<style>
a { background-color: #BF0BA1; }
a { background-color: rgb(191,11,161); }
div.DivClassName
{
background-color: #BF0BA1;
}
.BgClassName
{
background-color: #BF0BA1;
}
</style>
border-color css
<style>
span { border-color: #BF0BA1; }
span { border-color: rgb(191,11,161); }
td.TdClassName
{
border-color: #BF0BA1;
}
.TagClassName
{
border-color: #BF0BA1;
}
</style>