Shades of Medium Violet Red #BF2079
Tints of Medium Violet Red #BF2079
RGB
CMYK
RGB Variations
Color information
#BF2079 (or 0xBF2079) is known color: Medium Violet Red. HEX triplet: BF, 20 and 79. RGB value is (191,32,121). Sum of RGB (Red+Green+Blue) = 191+32+121=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2079 is #40DF86. Grayscale: #595959. Windows color (decimal): -4251527 or 7938239. OLE color: 7938239.
HSL color Cylindrical-coordinate representation of color #BF2079: hue angle of 326.42º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF2079 is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 32 | 121 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.25 |
| HSL | 326.42º | 0.71% | 0.44% | - |
| HSV(B) | 326.42º | 0.83% | 0.75% | - |
| XYZ | 25.45 | 13.49 | 19.35 | - |
| YUV | 89.69 | 145.68 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 32 | 121 | 0 | 0.83 | 0.37 | 0.25 | 326.42 | 0.71 | 0.44 |
| Hex | BF | 20 | 79 | 0 | 53 | 25 | 19 | 146 | 47 | 2C |
| Octal | 277 | 40 | 171 | 0 | 123 | 45 | 31 | 506 | 107 | 54 |
| Binary | 10111111 | 100000 | 1111001 | 0 | 1010011 | 100101 | 11001 | 101000110 | 1000111 | 101100 |
Color Harmonies of #BF2079
Complementary color
Monochromatic Colors of #BF2079
Black with #BF2079
Text Example
Text Example
White with #BF2079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2079; }
p { color: rgb(191,32,121); }
H1.HeaderClassName
{
color: #BF2079;
}
.AnyTagClassName
{
color: #BF2079;
}
</style>
background-color css
<style>
a { background-color: #BF2079; }
a { background-color: rgb(191,32,121); }
div.DivClassName
{
background-color: #BF2079;
}
.BgClassName
{
background-color: #BF2079;
}
</style>
border-color css
<style>
span { border-color: #BF2079; }
span { border-color: rgb(191,32,121); }
td.TdClassName
{
border-color: #BF2079;
}
.TagClassName
{
border-color: #BF2079;
}
</style>