Shades of Medium Red Violet #BF2E77
Tints of Medium Red Violet #BF2E77
RGB
CMYK
RGB Variations
Color information
#BF2E77 (or 0xBF2E77) is known color: Medium Red Violet. HEX triplet: BF, 2E and 77. RGB value is (191,46,119). Sum of RGB (Red+Green+Blue) = 191+46+119=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 46 (18.36% from 255 or 12.92% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2E77 is #40D188. Grayscale: #616161. Windows color (decimal): -4247945 or 7810751. OLE color: 7810751.
HSL color Cylindrical-coordinate representation of color #BF2E77: hue angle of 329.79º 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 #BF2E77 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 46 | 119 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.25 |
| HSL | 329.79º | 0.61% | 0.46% | - |
| HSV(B) | 329.79º | 0.76% | 0.75% | - |
| XYZ | 25.79 | 14.36 | 18.87 | - |
| YUV | 97.68 | 140.04 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 46 | 119 | 0 | 0.76 | 0.38 | 0.25 | 329.79 | 0.61 | 0.46 |
| Hex | BF | 2E | 77 | 0 | 4C | 26 | 19 | 14A | 3D | 2E |
| Octal | 277 | 56 | 167 | 0 | 114 | 46 | 31 | 512 | 75 | 56 |
| Binary | 10111111 | 101110 | 1110111 | 0 | 1001100 | 100110 | 11001 | 101001010 | 111101 | 101110 |
Color Harmonies of #BF2E77
Complementary color
Monochromatic Colors of #BF2E77
Black with #BF2E77
Text Example
Text Example
White with #BF2E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2E77; }
p { color: rgb(191,46,119); }
H1.HeaderClassName
{
color: #BF2E77;
}
.AnyTagClassName
{
color: #BF2E77;
}
</style>
background-color css
<style>
a { background-color: #BF2E77; }
a { background-color: rgb(191,46,119); }
div.DivClassName
{
background-color: #BF2E77;
}
.BgClassName
{
background-color: #BF2E77;
}
</style>
border-color css
<style>
span { border-color: #BF2E77; }
span { border-color: rgb(191,46,119); }
td.TdClassName
{
border-color: #BF2E77;
}
.TagClassName
{
border-color: #BF2E77;
}
</style>