Shades of Medium Red Violet #BF2E7C
Tints of Medium Red Violet #BF2E7C
RGB
CMYK
RGB Variations
Color information
#BF2E7C (or 0xBF2E7C) is known color: Medium Red Violet. HEX triplet: BF, 2E and 7C. RGB value is (191,46,124). Sum of RGB (Red+Green+Blue) = 191+46+124=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 46 (18.36% from 255 or 12.74% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2E7C is #40D183. Grayscale: #626262. Windows color (decimal): -4247940 or 8138431. OLE color: 8138431.
HSL color Cylindrical-coordinate representation of color #BF2E7C: hue angle of 327.72º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF2E7C is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 46 | 124 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.25 |
| HSL | 327.72º | 0.61% | 0.46% | - |
| HSV(B) | 327.72º | 0.76% | 0.75% | - |
| XYZ | 26.1 | 14.49 | 20.49 | - |
| YUV | 98.25 | 142.54 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 46 | 124 | 0 | 0.76 | 0.35 | 0.25 | 327.72 | 0.61 | 0.46 |
| Hex | BF | 2E | 7C | 0 | 4C | 23 | 19 | 148 | 3D | 2E |
| Octal | 277 | 56 | 174 | 0 | 114 | 43 | 31 | 510 | 75 | 56 |
| Binary | 10111111 | 101110 | 1111100 | 0 | 1001100 | 100011 | 11001 | 101001000 | 111101 | 101110 |
Color Harmonies of #BF2E7C
Complementary color
Monochromatic Colors of #BF2E7C
Black with #BF2E7C
Text Example
Text Example
White with #BF2E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2E7C; }
p { color: rgb(191,46,124); }
H1.HeaderClassName
{
color: #BF2E7C;
}
.AnyTagClassName
{
color: #BF2E7C;
}
</style>
background-color css
<style>
a { background-color: #BF2E7C; }
a { background-color: rgb(191,46,124); }
div.DivClassName
{
background-color: #BF2E7C;
}
.BgClassName
{
background-color: #BF2E7C;
}
</style>
border-color css
<style>
span { border-color: #BF2E7C; }
span { border-color: rgb(191,46,124); }
td.TdClassName
{
border-color: #BF2E7C;
}
.TagClassName
{
border-color: #BF2E7C;
}
</style>