Shades of Medium Violet Red #BF2191
Tints of Medium Violet Red #BF2191
RGB
CMYK
RGB Variations
Color information
#BF2191 (or 0xBF2191) is known color: Medium Violet Red. HEX triplet: BF, 21 and 91. RGB value is (191,33,145). Sum of RGB (Red+Green+Blue) = 191+33+145=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2191 is #40DE6E. Grayscale: #5C5C5C. Windows color (decimal): -4251247 or 9511359. OLE color: 9511359.
HSL color Cylindrical-coordinate representation of color #BF2191: hue angle of 317.47º 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 #BF2191 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 33 | 145 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.25 |
| HSL | 317.47º | 0.71% | 0.44% | - |
| HSV(B) | 317.47º | 0.83% | 0.75% | - |
| XYZ | 27.14 | 14.21 | 28.1 | - |
| YUV | 93.01 | 157.35 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 145 | 0 | 0.83 | 0.24 | 0.25 | 317.47 | 0.71 | 0.44 |
| Hex | BF | 21 | 91 | 0 | 53 | 18 | 19 | 13D | 47 | 2C |
| Octal | 277 | 41 | 221 | 0 | 123 | 30 | 31 | 475 | 107 | 54 |
| Binary | 10111111 | 100001 | 10010001 | 0 | 1010011 | 11000 | 11001 | 100111101 | 1000111 | 101100 |
Color Harmonies of #BF2191
Complementary color
Monochromatic Colors of #BF2191
Black with #BF2191
Text Example
Text Example
White with #BF2191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2191; }
p { color: rgb(191,33,145); }
H1.HeaderClassName
{
color: #BF2191;
}
.AnyTagClassName
{
color: #BF2191;
}
</style>
background-color css
<style>
a { background-color: #BF2191; }
a { background-color: rgb(191,33,145); }
div.DivClassName
{
background-color: #BF2191;
}
.BgClassName
{
background-color: #BF2191;
}
</style>
border-color css
<style>
span { border-color: #BF2191; }
span { border-color: rgb(191,33,145); }
td.TdClassName
{
border-color: #BF2191;
}
.TagClassName
{
border-color: #BF2191;
}
</style>