Shades of Medium Red Violet #BF2C76
Tints of Medium Red Violet #BF2C76
RGB
CMYK
RGB Variations
Color information
#BF2C76 (or 0xBF2C76) is known color: Medium Red Violet. HEX triplet: BF, 2C and 76. RGB value is (191,44,118). Sum of RGB (Red+Green+Blue) = 191+44+118=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 44 (17.58% from 255 or 12.46% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2C76 is #40D389. Grayscale: #606060. Windows color (decimal): -4248458 or 7744703. OLE color: 7744703.
HSL color Cylindrical-coordinate representation of color #BF2C76: hue angle of 329.8º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF2C76 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 44 | 118 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.25 |
| HSL | 329.8º | 0.63% | 0.46% | - |
| HSV(B) | 329.8º | 0.77% | 0.75% | - |
| XYZ | 25.66 | 14.19 | 18.53 | - |
| YUV | 96.39 | 140.2 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 44 | 118 | 0 | 0.77 | 0.38 | 0.25 | 329.8 | 0.63 | 0.46 |
| Hex | BF | 2C | 76 | 0 | 4D | 26 | 19 | 14A | 3F | 2E |
| Octal | 277 | 54 | 166 | 0 | 115 | 46 | 31 | 512 | 77 | 56 |
| Binary | 10111111 | 101100 | 1110110 | 0 | 1001101 | 100110 | 11001 | 101001010 | 111111 | 101110 |
Color Harmonies of #BF2C76
Complementary color
Monochromatic Colors of #BF2C76
Black with #BF2C76
Text Example
Text Example
White with #BF2C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2C76; }
p { color: rgb(191,44,118); }
H1.HeaderClassName
{
color: #BF2C76;
}
.AnyTagClassName
{
color: #BF2C76;
}
</style>
background-color css
<style>
a { background-color: #BF2C76; }
a { background-color: rgb(191,44,118); }
div.DivClassName
{
background-color: #BF2C76;
}
.BgClassName
{
background-color: #BF2C76;
}
</style>
border-color css
<style>
span { border-color: #BF2C76; }
span { border-color: rgb(191,44,118); }
td.TdClassName
{
border-color: #BF2C76;
}
.TagClassName
{
border-color: #BF2C76;
}
</style>