Shades of Medium Violet Red #BF2091
Tints of Medium Violet Red #BF2091
RGB
CMYK
RGB Variations
Color information
#BF2091 (or 0xBF2091) is known color: Medium Violet Red. HEX triplet: BF, 20 and 91. RGB value is (191,32,145). Sum of RGB (Red+Green+Blue) = 191+32+145=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 145 (57.03% from 255 or 39.40% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2091 is #40DF6E. Grayscale: #5C5C5C. Windows color (decimal): -4251503 or 9511103. OLE color: 9511103.
HSL color Cylindrical-coordinate representation of color #BF2091: hue angle of 317.36º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF2091 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 32 | 145 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.25 |
| HSL | 317.36º | 0.71% | 0.44% | - |
| HSV(B) | 317.36º | 0.83% | 0.75% | - |
| XYZ | 27.11 | 14.15 | 28.09 | - |
| YUV | 92.42 | 157.68 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 32 | 145 | 0 | 0.83 | 0.24 | 0.25 | 317.36 | 0.71 | 0.44 |
| Hex | BF | 20 | 91 | 0 | 53 | 18 | 19 | 13D | 47 | 2C |
| Octal | 277 | 40 | 221 | 0 | 123 | 30 | 31 | 475 | 107 | 54 |
| Binary | 10111111 | 100000 | 10010001 | 0 | 1010011 | 11000 | 11001 | 100111101 | 1000111 | 101100 |
Color Harmonies of #BF2091
Complementary color
Monochromatic Colors of #BF2091
Black with #BF2091
Text Example
Text Example
White with #BF2091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2091; }
p { color: rgb(191,32,145); }
H1.HeaderClassName
{
color: #BF2091;
}
.AnyTagClassName
{
color: #BF2091;
}
</style>
background-color css
<style>
a { background-color: #BF2091; }
a { background-color: rgb(191,32,145); }
div.DivClassName
{
background-color: #BF2091;
}
.BgClassName
{
background-color: #BF2091;
}
</style>
border-color css
<style>
span { border-color: #BF2091; }
span { border-color: rgb(191,32,145); }
td.TdClassName
{
border-color: #BF2091;
}
.TagClassName
{
border-color: #BF2091;
}
</style>