Shades of Medium Red Violet #BF2D74
Tints of Medium Red Violet #BF2D74
RGB
CMYK
RGB Variations
Color information
#BF2D74 (or 0xBF2D74) is known color: Medium Red Violet. HEX triplet: BF, 2D and 74. RGB value is (191,45,116). Sum of RGB (Red+Green+Blue) = 191+45+116=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 45 (17.97% from 255 or 12.78% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2D74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2D74 is #40D28B. Grayscale: #606060. Windows color (decimal): -4248204 or 7613887. OLE color: 7613887.
HSL color Cylindrical-coordinate representation of color #BF2D74: hue angle of 330.82º 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 #BF2D74 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 45 | 116 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.25 |
| HSL | 330.82º | 0.62% | 0.46% | - |
| HSV(B) | 330.82º | 0.76% | 0.75% | - |
| XYZ | 25.58 | 14.21 | 17.92 | - |
| YUV | 96.75 | 138.87 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 116 | 0 | 0.76 | 0.39 | 0.25 | 330.82 | 0.62 | 0.46 |
| Hex | BF | 2D | 74 | 0 | 4C | 27 | 19 | 14B | 3E | 2E |
| Octal | 277 | 55 | 164 | 0 | 114 | 47 | 31 | 513 | 76 | 56 |
| Binary | 10111111 | 101101 | 1110100 | 0 | 1001100 | 100111 | 11001 | 101001011 | 111110 | 101110 |
Color Harmonies of #BF2D74
Complementary color
Monochromatic Colors of #BF2D74
Black with #BF2D74
Text Example
Text Example
White with #BF2D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2D74; }
p { color: rgb(191,45,116); }
H1.HeaderClassName
{
color: #BF2D74;
}
.AnyTagClassName
{
color: #BF2D74;
}
</style>
background-color css
<style>
a { background-color: #BF2D74; }
a { background-color: rgb(191,45,116); }
div.DivClassName
{
background-color: #BF2D74;
}
.BgClassName
{
background-color: #BF2D74;
}
</style>
border-color css
<style>
span { border-color: #BF2D74; }
span { border-color: rgb(191,45,116); }
td.TdClassName
{
border-color: #BF2D74;
}
.TagClassName
{
border-color: #BF2D74;
}
</style>