Shades of Medium Red Violet #BF2971
Tints of Medium Red Violet #BF2971
RGB
CMYK
RGB Variations
Color information
#BF2971 (or 0xBF2971) is known color: Medium Red Violet. HEX triplet: BF, 29 and 71. RGB value is (191,41,113). Sum of RGB (Red+Green+Blue) = 191+41+113=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2971 is #40D68E. Grayscale: #5D5D5D. Windows color (decimal): -4249231 or 7416255. OLE color: 7416255.
HSL color Cylindrical-coordinate representation of color #BF2971: hue angle of 331.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF2971 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 41 | 113 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.25 |
| HSL | 331.2º | 0.65% | 0.45% | - |
| HSV(B) | 331.2º | 0.79% | 0.75% | - |
| XYZ | 25.26 | 13.85 | 16.97 | - |
| YUV | 94.06 | 138.7 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 41 | 113 | 0 | 0.79 | 0.41 | 0.25 | 331.2 | 0.65 | 0.45 |
| Hex | BF | 29 | 71 | 0 | 4F | 29 | 19 | 14B | 41 | 2D |
| Octal | 277 | 51 | 161 | 0 | 117 | 51 | 31 | 513 | 101 | 55 |
| Binary | 10111111 | 101001 | 1110001 | 0 | 1001111 | 101001 | 11001 | 101001011 | 1000001 | 101101 |
Color Harmonies of #BF2971
Complementary color
Monochromatic Colors of #BF2971
Black with #BF2971
Text Example
Text Example
White with #BF2971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2971; }
p { color: rgb(191,41,113); }
H1.HeaderClassName
{
color: #BF2971;
}
.AnyTagClassName
{
color: #BF2971;
}
</style>
background-color css
<style>
a { background-color: #BF2971; }
a { background-color: rgb(191,41,113); }
div.DivClassName
{
background-color: #BF2971;
}
.BgClassName
{
background-color: #BF2971;
}
</style>
border-color css
<style>
span { border-color: #BF2971; }
span { border-color: rgb(191,41,113); }
td.TdClassName
{
border-color: #BF2971;
}
.TagClassName
{
border-color: #BF2971;
}
</style>