Shades of Medium Red Violet #BF2C75
Tints of Medium Red Violet #BF2C75
RGB
CMYK
RGB Variations
Color information
#BF2C75 (or 0xBF2C75) is known color: Medium Red Violet. HEX triplet: BF, 2C and 75. RGB value is (191,44,117). Sum of RGB (Red+Green+Blue) = 191+44+117=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 44 (17.58% from 255 or 12.5% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2C75 is #40D38A. Grayscale: #606060. Windows color (decimal): -4248459 or 7679167. OLE color: 7679167.
HSL color Cylindrical-coordinate representation of color #BF2C75: hue angle of 330.2º 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 #BF2C75 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 44 | 117 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.25 |
| HSL | 330.2º | 0.63% | 0.46% | - |
| HSV(B) | 330.2º | 0.77% | 0.75% | - |
| XYZ | 25.6 | 14.16 | 18.21 | - |
| YUV | 96.28 | 139.7 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 44 | 117 | 0 | 0.77 | 0.39 | 0.25 | 330.2 | 0.63 | 0.46 |
| Hex | BF | 2C | 75 | 0 | 4D | 27 | 19 | 14A | 3F | 2E |
| Octal | 277 | 54 | 165 | 0 | 115 | 47 | 31 | 512 | 77 | 56 |
| Binary | 10111111 | 101100 | 1110101 | 0 | 1001101 | 100111 | 11001 | 101001010 | 111111 | 101110 |
Color Harmonies of #BF2C75
Complementary color
Monochromatic Colors of #BF2C75
Black with #BF2C75
Text Example
Text Example
White with #BF2C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2C75; }
p { color: rgb(191,44,117); }
H1.HeaderClassName
{
color: #BF2C75;
}
.AnyTagClassName
{
color: #BF2C75;
}
</style>
background-color css
<style>
a { background-color: #BF2C75; }
a { background-color: rgb(191,44,117); }
div.DivClassName
{
background-color: #BF2C75;
}
.BgClassName
{
background-color: #BF2C75;
}
</style>
border-color css
<style>
span { border-color: #BF2C75; }
span { border-color: rgb(191,44,117); }
td.TdClassName
{
border-color: #BF2C75;
}
.TagClassName
{
border-color: #BF2C75;
}
</style>