Shades of Medium Red Violet #BF2D6F
Tints of Medium Red Violet #BF2D6F
RGB
CMYK
RGB Variations
Color information
#BF2D6F (or 0xBF2D6F) is known color: Medium Red Violet. HEX triplet: BF, 2D and 6F. RGB value is (191,45,111). Sum of RGB (Red+Green+Blue) = 191+45+111=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2D6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2D6F is #40D290. Grayscale: #606060. Windows color (decimal): -4248209 or 7286207. OLE color: 7286207.
HSL color Cylindrical-coordinate representation of color #BF2D6F: hue angle of 332.88º degrees, saturation: 0.62, 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 #BF2D6F is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 45 | 111 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.25 |
| HSL | 332.88º | 0.62% | 0.46% | - |
| HSV(B) | 332.88º | 0.76% | 0.75% | - |
| XYZ | 25.29 | 14.1 | 16.43 | - |
| YUV | 96.18 | 136.37 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 111 | 0 | 0.76 | 0.42 | 0.25 | 332.88 | 0.62 | 0.46 |
| Hex | BF | 2D | 6F | 0 | 4C | 2A | 19 | 14D | 3E | 2E |
| Octal | 277 | 55 | 157 | 0 | 114 | 52 | 31 | 515 | 76 | 56 |
| Binary | 10111111 | 101101 | 1101111 | 0 | 1001100 | 101010 | 11001 | 101001101 | 111110 | 101110 |
Color Harmonies of #BF2D6F
Complementary color
Monochromatic Colors of #BF2D6F
Black with #BF2D6F
Text Example
Text Example
White with #BF2D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2D6F; }
p { color: rgb(191,45,111); }
H1.HeaderClassName
{
color: #BF2D6F;
}
.AnyTagClassName
{
color: #BF2D6F;
}
</style>
background-color css
<style>
a { background-color: #BF2D6F; }
a { background-color: rgb(191,45,111); }
div.DivClassName
{
background-color: #BF2D6F;
}
.BgClassName
{
background-color: #BF2D6F;
}
</style>
border-color css
<style>
span { border-color: #BF2D6F; }
span { border-color: rgb(191,45,111); }
td.TdClassName
{
border-color: #BF2D6F;
}
.TagClassName
{
border-color: #BF2D6F;
}
</style>